diff --git a/tests/integration_tests/test_message_queue_service.py b/tests/integration_tests/test_message_queue_service.py index 6e46c78..5b2928f 100644 --- a/tests/integration_tests/test_message_queue_service.py +++ b/tests/integration_tests/test_message_queue_service.py @@ -107,7 +107,7 @@ async def test_incorrect_vhost(mocker, caplog): async def test_parse_incoming_message(mq_service, consumer): - payload = {"msg": "test message", "another_key": "value"} + payload = {"msg": "value"} exchange_name = config.EXCHANGE_NAME routing_key = "test.routing.key" delivery_mode = aio_pika.DeliveryMode.NOT_PERSISTENT