Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
catileptic committed May 16, 2024
1 parent 47670fc commit c01e6ef
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 @@ -14,6 +14,7 @@
Task,
get_rabbitmq_connection,
dataset_from_collection_id,
RABBITMQ_QUEUES,
)
from servicelayer.util import unpack_datetime

Expand All @@ -30,6 +31,7 @@ def dispatch_task(self, task):
class TaskQueueTest(TestCase):
def test_task_queue(self):
settings.QUEUE_INGEST = "sls-queue-ingest"
RABBITMQ_QUEUES.append(settings.QUEUE_INGEST)
conn = get_fakeredis()
collection_id = 2
task_id = "test-task"
Expand Down

0 comments on commit c01e6ef

Please sign in to comment.