Skip to content

Commit

Permalink
Fill in default state for test_optional_workflow_output
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 5, 2018
1 parent 4e098c5 commit 9b42032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -2200,7 +2200,7 @@ def test_optional_workflow_output(self):
state:
produce_out_1: False
filter_text_1: '1'
produce_collection: True
produce_collection: False
test_data: {}
""", history_id=history_id, wait=False)
self.wait_for_invocation_and_jobs(history_id, run_object.workflow_id, run_object.invocation_id)
Expand Down

0 comments on commit 9b42032

Please sign in to comment.