Skip to content

Commit cad962d

Browse files
committed
update test
1 parent 4f5ea3c commit cad962d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_get_wikis(session: lpdb.LpdbSession):
2727

2828
def test_make_request_invalid_key():
2929
session = lpdb.LpdbSession("some_random_gibberish")
30-
with pytest.raises(lpdb.LpdbError):
30+
with pytest.raises(lpdb.LpdbInvalidKeyError):
3131
session.make_request(
3232
"match",
3333
"leagueoflegends",

0 commit comments

Comments
 (0)