Skip to content

Commit

Permalink
tests: make RMQ test client test in-memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed May 2, 2024
1 parent 83416ae commit 930bd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/brokers/rabbit/test_test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@pytest.mark.asyncio()
class TestTestclient(BrokerTestclientTestcase):
async def test_rpc_conflicts_reply(self, broker, queue):
async with TestRabbitBroker(broker) as br:
async with TestRabbitBroker(broker, with_real=False) as br:
with pytest.raises(SetupError):
await br.publish(
"",
Expand Down

0 comments on commit 930bd16

Please sign in to comment.