Skip to content

Commit

Permalink
Provide reprocessed_crid argument for track ingest table query
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki-t committed Nov 11, 2024
1 parent 414ce3e commit 6cb4674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_track_ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def test_query_ingest(track_ingest_fixture):

hydrocron_track_table = constants.SWOT_REACH_TRACK_INGEST_TABLE_NAME
hydrocron_table = constants.SWOT_REACH_TABLE_NAME
track.query_track_ingest(hydrocron_track_table, hydrocron_table)
track.query_track_ingest(hydrocron_track_table, hydrocron_table, "PGC0")

expected = [{
"granuleUR": "SWOT_L2_HR_RiverSP_Reach_020_149_NA_20240825T231711_20240825T231722_PIC0_01.zip",
Expand Down Expand Up @@ -284,7 +284,7 @@ def test_query_ingest_to_ingest(track_ingest_fixture):

hydrocron_track_table = constants.SWOT_REACH_TRACK_INGEST_TABLE_NAME
hydrocron_table = constants.SWOT_REACH_TABLE_NAME
track.query_track_ingest(hydrocron_track_table, hydrocron_table)
track.query_track_ingest(hydrocron_track_table, hydrocron_table, "PGC0")

expected = [{
"granuleUR": "SWOT_L2_HR_RiverSP_Reach_020_149_NA_20240825T231711_20240825T231722_PIC0_01.zip",
Expand Down

0 comments on commit 6cb4674

Please sign in to comment.