Skip to content

Commit

Permalink
Account for test queue not being there
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Jun 28, 2024
1 parent cc0cde5 commit c1f95c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_taskqueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ def did_nack():
def test_get_priority_bucket():
redis = get_fakeredis()
rmq_channel = get_rabbitmq_channel()
rmq_channel.queue_delete("index")
declare_rabbitmq_queue(rmq_channel, "index")
flush_queues(rmq_channel, redis, ["index"])
collection_id = 1

Expand Down

0 comments on commit c1f95c5

Please sign in to comment.