Skip to content

Commit

Permalink
hide issue with CWL configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
giannisdoukas committed Mar 4, 2020
1 parent 55869a3 commit 08789f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_CWLExecuteConfigurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def test_load_CWLKERNEL_BOOT_DIRECTORY(self):

os.environ['CWLKERNEL_BOOT_DIRECTORY'] = '/tmp/CWLKERNEL_DATA1'
conf = CWLExecuteConfigurator()
os.environ['CWLKERNEL_BOOT_DIRECTORY'] = '/tmp/CWLKERNEL_DATA'
self.assertEqual(conf.CWLKERNEL_BOOT_DIRECTORY, '/tmp/CWLKERNEL_DATA1')

def test_all_properties_have_default_value(self):
Expand Down

0 comments on commit 08789f7

Please sign in to comment.