From 0720276f7e8d6636fc77c059f3eed0e15d3d5ecd Mon Sep 17 00:00:00 2001 From: Dooley_labs Date: Sat, 29 Jun 2019 17:51:22 -0400 Subject: [PATCH] Correct failing self-test --- tests/types/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):