Skip to content

Commit 5327ba7

Browse files
committed
final fix
1 parent 19b578e commit 5327ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/integration/02/notifications/test_rabbitmq_consumers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ async def test_progress_computational_workflow(
420420
)
421421
await rabbitmq_publisher.publish(progress_message.channel_name, progress_message)
422422

423-
call_expected = subscribe_to_logs
423+
call_expected = sender_same_user_id and subscribe_to_logs
424424
if call_expected:
425425
expected_call = jsonable_encoder(
426426
progress_message, include={"node_id", "project_id"}

0 commit comments

Comments
 (0)