Skip to content

Commit 9973d68

Browse files
author
Andrei Neagu
committed
fixed tests
1 parent 796e1b5 commit 9973d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/simcore-sdk/tests/integration/test_node_ports_v2_nodeports2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ async def test_batch_update_inputs_outputs(
788788
for k, port in enumerate((await PORTS.inputs).values(), start=1000)
789789
},
790790
progress_bar=progress_bar,
791-
outputs_callbacks=None,
791+
outputs_callbacks=AsyncMock(),
792792
)
793793
assert progress_bar._current_steps == pytest.approx(2) # noqa: SLF001
794794

0 commit comments

Comments
 (0)