Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
d80tb7 committed Jan 25, 2025
1 parent 03c2c2f commit 676ef55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/python/tests/unit/test_asyncio_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ async def test_get_queue(aio_client):


@pytest.mark.asyncio
async def test_get_queues():
async def test_get_queues(aio_client):
queues = await aio_client.get_queues()
queue_names = [q.name for q in queues]
assert queue_names == ["test_queue1", "test_queue2", "test_queue3"]
Expand Down

0 comments on commit 676ef55

Please sign in to comment.