We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5ea3c commit cad962dCopy full SHA for cad962d
1 file changed
tests/test_session.py
@@ -27,7 +27,7 @@ def test_get_wikis(session: lpdb.LpdbSession):
27
28
def test_make_request_invalid_key():
29
session = lpdb.LpdbSession("some_random_gibberish")
30
- with pytest.raises(lpdb.LpdbError):
+ with pytest.raises(lpdb.LpdbInvalidKeyError):
31
session.make_request(
32
"match",
33
"leagueoflegends",
0 commit comments