Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Oct 14, 2023
1 parent 4205e9d commit af660c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tasks/test_sqs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ async def test_concurrency_controller(
sqs_client,
) -> None:
message_id = str(uuid.uuid4())
test_message = dict(id='message_id', name='fast-agave')
test_message = dict(id=message_id, name='fast-agave')
for i in range(5):
await sqs_client.send_message(
MessageBody=json.dumps(test_message),
Expand Down

0 comments on commit af660c8

Please sign in to comment.