We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d1f5e commit 1e29732Copy full SHA for 1e29732
integrations/client/test_delphi_epidata.py
@@ -307,10 +307,10 @@ def test_covidcast_meta(self):
307
del response['epidata'][0]['last_update']
308
309
expected = dict(
310
- data_source=rows[0].source,
311
- signal=rows[0].signal,
312
- time_type=rows[0].time_type,
313
- 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,
314
min_time=DEFAULT_TIME_VALUE,
315
max_time=DEFAULT_TIME_VALUE + 2,
316
num_locations=1,
0 commit comments