Skip to content

Commit 2e3caf2

Browse files
committed
Fixed broker fixture.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 6b4cff6 commit 2e3caf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

taskiq_aio_pika/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ async def broker(
177177
exchange_name=exchange_name,
178178
queue_name=queue_name,
179179
)
180+
broker.is_worker_process = True
180181

181182
await broker.startup()
182183

0 commit comments

Comments
 (0)