We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02ad13 commit 1f0e53fCopy full SHA for 1f0e53f
integrations/client/test_delphi_epidata.py
@@ -470,4 +470,4 @@ def test_covidcast_nowcast(self):
470
response = Epidata.covidcast_nowcast(
471
'src', 'sig1', 'day', 'county', 22222222, '01001')
472
473
- self.assertEqual(response, {'result': -2, 'message': 'no results'})
+ self.assertEqual(response, {'result': -2, 'message': 'no results', 'epidata': []})
0 commit comments