File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ def test_workflow_test_with_serve(self):
169
169
"""
170
170
Test testing a Galaxy workflow with the serve flag. Even though
171
171
this is technically using the test subcommand it is easier to test here
172
+ so we can use the UsesServeCommand methods
172
173
"""
173
174
cat = os .path .join (PROJECT_TEMPLATES_DIR , "demo" , "cat.xml" )
174
175
test_artifact = os .path .join (TEST_DATA_DIR , "wf2.ga" )
@@ -189,7 +190,7 @@ def test_workflow_test_with_serve(self):
189
190
workflows = user_gi .workflows .get_workflows ()
190
191
assert len (workflows ) == 1
191
192
assert workflows [0 ]['name' ] == 'TestWorkflow1'
192
- histories = user_gi .histories .get_histories ()
193
+ histories = user_gi .histories .get_histories (name = "CWL Target History" )
193
194
assert len (histories ) == 1
194
195
for _ in range (60 ):
195
196
state_ids = user_gi .histories .show_history (histories [0 ]['id' ])['state_ids' ]
You can’t perform that action at this time.
0 commit comments