Skip to content

Commit b3bd0bb

Browse files
author
Payton Staub
committed
Add missing positional arg to integ test
1 parent 8b7b81b commit b3bd0bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integ/test_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@ def test_two_step_callback_pipeline_with_output_reference(
756756
name="callback-step2",
757757
sqs_queue_url="https://sqs.us-east-2.amazonaws.com/123456789012/MyQueue",
758758
inputs={"arg1": outputParam1},
759+
outputs=[],
759760
)
760761

761762
pipeline = Pipeline(

0 commit comments

Comments
 (0)