Skip to content

Commit

Permalink
experimental test change
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Jun 5, 2024
1 parent a6e83ae commit 12d713d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_message_queue_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12d713d

Please sign in to comment.