Skip to content

Commit df2b662

Browse files
committed
Fix test params
1 parent 2a5e598 commit df2b662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/client/test_delphi_epidata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ def test_async_epidata(self):
519519
'geo_value': '00000',
520520
'time_values': '20200414'
521521
}
522-
], batch_size=10)
523-
responses = [i[0] for i in test_output]*12
522+
]*12, batch_size=10)
523+
responses = [i[0] for i in test_output]
524524
# check response is same as standard covidcast call, using 24 calls to test batch sizing
525525
self.assertEqual(responses,
526526
[Epidata.covidcast('src', 'sig', 'day', 'county', 20200414, '11111'),

0 commit comments

Comments
 (0)