From 013c064d2663b8b0a1c77ad5155f09a585fe07e1 Mon Sep 17 00:00:00 2001 From: chausman <chausman@nrao.edu> Date: Fri, 26 Aug 2022 10:01:25 -0600 Subject: [PATCH] fix test --- shared/workspaces/test/test_archive_service.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/workspaces/test/test_archive_service.py b/shared/workspaces/test/test_archive_service.py index 2b540f962..4f4f04816 100644 --- a/shared/workspaces/test/test_archive_service.py +++ b/shared/workspaces/test/test_archive_service.py @@ -135,6 +135,7 @@ class TestArchiveService: Do not submit VLASS calibrations for ingestion. """ ingestion_message = { + "routing_key": "i.am.key", "user": "test_user", "hostname": "hostname01", "timestamp": { @@ -179,6 +180,7 @@ class TestArchiveService: Do not submit TSKY calibrations for ingestion. """ ingestion_message = { + "routing_key": "i.am.key", "user": "test_user", "hostname": "hostname01", "timestamp": { -- GitLab