Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JetDrag committed Apr 21, 2024
1 parent 6f35d21 commit 3dc8fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rabbitmq.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def test_rabbitmq_broker_retries_declaring_queues_when_declared_queues_is_gone(r

# I declare an actor
characters = string.ascii_letters + string.digits
suffix = ''.join(random.choice(characters) for _ in range(2))
suffix = "".join(random.choice(characters) for _ in range(2))

@dramatiq.actor(queue_name=f"flaky_queue_{suffix}")
def do_work():
Expand Down

0 comments on commit 3dc8fc7

Please sign in to comment.