Skip to content

Commit 1f0e53f

Browse files
committed
fix: test
1 parent e02ad13 commit 1f0e53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/client/test_delphi_epidata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,4 +470,4 @@ def test_covidcast_nowcast(self):
470470
response = Epidata.covidcast_nowcast(
471471
'src', 'sig1', 'day', 'county', 22222222, '01001')
472472

473-
self.assertEqual(response, {'result': -2, 'message': 'no results'})
473+
self.assertEqual(response, {'result': -2, 'message': 'no results', 'epidata': []})

0 commit comments

Comments
 (0)