Skip to content

Commit

Permalink
fix: Key in status() response
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonQiu committed Feb 10, 2025
1 parent c2cdf76 commit ef71a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

def test_apistatus(ieugwaspy_instance):
data = ieugwaspy_instance.status()
assert data["API version"]
assert data["[API] Version"]


def test_user(ieugwaspy_instance):
Expand Down

0 comments on commit ef71a05

Please sign in to comment.