From 58809d9554698af7f56c0658e0d54a4db411d13d Mon Sep 17 00:00:00 2001 From: danielfromearth Date: Fri, 8 Nov 2024 10:54:45 -0500 Subject: [PATCH] debug commit --- tests/test_harmony.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_harmony.py b/tests/test_harmony.py index 5b39dcb3..c60ad7c4 100644 --- a/tests/test_harmony.py +++ b/tests/test_harmony.py @@ -81,6 +81,10 @@ def test_service_invoke(self): collection_name = in_message['sources'][0]['collection'] # Sanity checks on metadata + print(f"item_path === f{item_path}") + print(f"properties['end_datetime'] === f{properties['end_datetime']}") + print(f"href === f{data['href']}") + print(f"title === f{data['href']}") self.assertTrue(data['href'].endswith(f"{properties['end_datetime']}_{collection_name}_merged.nc4")) self.assertEqual(data['title'], f"{properties['end_datetime']}_{collection_name}_merged.nc4") self.assertEqual(data['type'], 'application/x-netcdf4')