Skip to content
Snippets Groups Projects

fix ingestion message catching for autocalibration

Merged Charlotte Hausman requested to merge 2.5_ingestion_messaging into main
@@ -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": {
Loading