Skip to content

Commit 5f0b521

Browse files
committed
test_api_keys tweak
1 parent 15e4987 commit 5f0b521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/server/test_api_keys.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_public_route(self):
2121
public_route = "http://delphi_web_epidata/epidata/version"
2222
status_codes = set()
2323
for _ in range(10):
24-
status_codes.add(self._make_request("version", public_route).status_code)
24+
status_codes.add(self._make_request("version").status_code)
2525
self.assertEqual(status_codes, {200})
2626

2727
def test_no_multiples_data_source(self):

0 commit comments

Comments
 (0)