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 373269a..2af10e2 100644
--- a/tests/gamelocker_test.py
+++ b/tests/gamelocker_test.py
@@ -10,7 +10,7 @@ class TestGamelocker:
@pytest.fixture
def api(self):
- return gamelocker.Gamelocker(self.apikey).vainglory()
+ return gamelocker.Gamelocker(self.apikey).Vainglory()
def test_req(self, api):
with pytest.raises(requests.exceptions.HTTPError):