Skip to content

Commit b5929af

Browse files
committed
more fix test
1 parent cf4f06d commit b5929af

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

_delphi_utils_python/tests/validator/test_datafetcher.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,7 @@ def test_threaded_api_calls(self, mock_get):
118118
("state", "b"): ValidationFailure("api_data_fetch_error",
119119
geo_type="state",
120120
signal="b",
121-
message="Error: no API data was returned when "
122-
"fetching reference data from 2020-03-10 "
123-
"to 2020-06-10 for data source: "
124-
"source, signal type: b, geo type: state")
121+
message="Error fetching epidata: failed. (result=0)")
125122
}
126123
actual = threaded_api_calls("source", date(2020, 3, 10), date(2020, 6, 10), expected.keys())
127124

0 commit comments

Comments
 (0)