Skip to content

Commit

Permalink
Fixed ght test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotsko committed Oct 2, 2023
1 parent 987d990 commit a2377f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/server/test_ght.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_ght(self):
("/n/query", "US", "200101", "12345"),
)
self.cnx.commit()
ghtauth = ("epidata", "ght_key")
ghtauth = "ght_key"
response = self.epidata_client.ght(locations="US", epiweeks="200101", query="/n/query", auth=ghtauth)
self.assertEqual(
response,
Expand Down

0 comments on commit a2377f4

Please sign in to comment.