We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e9c97 commit 542f220Copy full SHA for 542f220
tests/test_client.py
@@ -41,7 +41,7 @@ async def test_HTTPClient_with_no_external_session(session: ClientSession):
41
@pytest.mark.asyncio
42
async def test_DBLClient_post_guild_count_with_no_args():
43
client = topgg.DBLClient(MOCK_TOKEN)
44
- with pytest.raises(TypeError, match="stats or guild_count must be provided."):
+ with pytest.raises(TypeError, match="guild_count must be provided."):
45
await client.post_guild_count()
46
47
0 commit comments