Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 502195f

Browse files
committed
Fixed test
1 parent 23ad89c commit 502195f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

batchapps/test/unittest_job.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def test_jobsubmission_create_job_message(self, mock_filter, mock_pool):
232232
'poolId': "testID",
233233
'Parameters':[{"Name":"k1", "Value":"v1"}],
234234
'JobFile':'None',
235-
'Settings':'',
235+
'Settings':'blah',
236236
'Priority':'Medium'})
237237

238238
job.pool = mock.create_autospec(Pool)
@@ -244,7 +244,7 @@ def test_jobsubmission_create_job_message(self, mock_filter, mock_pool):
244244
'poolId': "differentID",
245245
'Parameters':[{"Name":"k1", "Value":"v1"}],
246246
'JobFile':'None',
247-
'Settings':'',
247+
'Settings':'blah',
248248
'Priority':'Medium'})
249249

250250
@mock.patch('batchapps.job.FileCollection')

0 commit comments

Comments
 (0)