Skip to content

Commit 2efbcec

Browse files
committed
Fixed ght endpoint integration test
1 parent 23f937a commit 2efbcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/server/test_ght.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_ght(self):
1616
("/n/query", "US", "200101", "12345"),
1717
)
1818
self.cnx.commit()
19-
ghtauth = ("epidata", "ght_key")
19+
ghtauth = "ght_key"
2020
response = self.epidata_client.ght(locations="US", epiweeks="200101", query="/n/query", auth=ghtauth)
2121
self.assertEqual(
2222
response,

0 commit comments

Comments
 (0)