summaryrefslogtreecommitdiff
path: root/tests/gamelocker_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gamelocker_test.py')
-rw-r--r--tests/gamelocker_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gamelocker_test.py b/tests/gamelocker_test.py
index 92ab2b2..34facb6 100644
--- a/tests/gamelocker_test.py
+++ b/tests/gamelocker_test.py
@@ -17,7 +17,7 @@ class TestGamelocker:
assert api._req("foobar")
assert type(api._req("status")) is dict
- assert "status" in api.status()
+ assert api.status()["data"]["attributes"]["version"]
def test_map(self):
assert gamelocker.datatypes.modulemap()["match"] is gamelocker.datatypes.Match