diff --git a/tests/types/user.py b/tests/types/user.py index 89eaca6..85423da 100644 --- a/tests/types/user.py +++ b/tests/types/user.py @@ -13,7 +13,7 @@ class TestChannel(TestCase): bot=False) self.assertEqual( - u.avatar_url, 'https://cdn.discordapp.com/avatars/12345/1234567890abcdefghijkl.webp?size=1024' + u.avatar_url, 'https://cdn.discordapp.com/avatars/12345/1234567890abcdefghijkl.png?size=1024' ) def test_user_default_avatar(self):