We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2476d7a commit 496aa9fCopy full SHA for 496aa9f
services/director-v2/tests/unit/with_dbs/comp_scheduler/test_manager.py
@@ -49,7 +49,7 @@ async def scheduler_rabbit_client_parser(
49
) -> AsyncIterator[mock.AsyncMock]:
50
client = create_rabbitmq_client("scheduling_pytest_consumer")
51
mock = mocker.AsyncMock(return_value=True)
52
- queue_name = await client.subscribe(
+ queue_name, _ = await client.subscribe(
53
SchedulePipelineRabbitMessage.get_channel_name(), mock, exclusive_queue=False
54
)
55
yield mock
0 commit comments