Skip to content

Commit

Permalink
use last row for metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdefries committed May 9, 2024
1 parent 44d1f5e commit 1e29732
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integrations/client/test_delphi_epidata.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,10 @@ def test_covidcast_meta(self):
del response['epidata'][0]['last_update']

expected = dict(
data_source=rows[0].source,
signal=rows[0].signal,
time_type=rows[0].time_type,
geo_type=rows[0].geo_type,
data_source=row[0].source,
signal=row[0].signal,
time_type=row[0].time_type,
geo_type=row[0].geo_type,
min_time=DEFAULT_TIME_VALUE,
max_time=DEFAULT_TIME_VALUE + 2,
num_locations=1,
Expand Down

0 comments on commit 1e29732

Please sign in to comment.