From 4b44b76d075cf3c0709e3eb814c02798f856f1eb Mon Sep 17 00:00:00 2001
From: Nate Coraor <nate@bx.psu.edu>
Date: Wed, 20 Sep 2017 12:43:03 -0400
Subject: [PATCH] Fix tests

---
 test/client_staging_test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/client_staging_test.py b/test/client_staging_test.py
index 60714100..760893c0 100644
--- a/test/client_staging_test.py
+++ b/test/client_staging_test.py
@@ -131,6 +131,7 @@ class MockClient(object):
 
     def __init__(self, temp_directory, tool):
         self.temp_directory = temp_directory
+        self.job_directory = None
         self.default_file_action = "transfer"
         self.action_config_path = None
         self.files_endpoint = None
-- 
GitLab