Skip to content

Commit 542f220

Browse files
committed
ci: change pytest exception match
1 parent 48e9c97 commit 542f220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async def test_HTTPClient_with_no_external_session(session: ClientSession):
4141
@pytest.mark.asyncio
4242
async def test_DBLClient_post_guild_count_with_no_args():
4343
client = topgg.DBLClient(MOCK_TOKEN)
44-
with pytest.raises(TypeError, match="stats or guild_count must be provided."):
44+
with pytest.raises(TypeError, match="guild_count must be provided."):
4545
await client.post_guild_count()
4646

4747

0 commit comments

Comments
 (0)