Skip to content

Commit

Permalink
debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Nov 8, 2024
1 parent 231a2cb commit 58809d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_harmony.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 58809d9

Please sign in to comment.