Skip to content

Commit 6cd317e

Browse files
committed
Fix test
1 parent 1414bab commit 6cd317e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/worker/test_nexus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ async def run(
351351
op_name,
352352
op_input,
353353
headers=op_input.start_options.headers,
354+
output_type=OpOutput,
354355
)
355356
op_output = await op_handle
356357
return CallerWfOutput(

0 commit comments

Comments
 (0)