From 2c69214f2897f678a5989fb38d514db04fee6f61 Mon Sep 17 00:00:00 2001 From: Bharath Chadarajupalli Date: Tue, 6 Feb 2024 02:11:34 -0800 Subject: [PATCH] @W-14870747 - Fixing test failures --- metecho/api/tests/templatetags_api_bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metecho/api/tests/templatetags_api_bootstrap.py b/metecho/api/tests/templatetags_api_bootstrap.py index 3b65f1ae2..edd21ae63 100644 --- a/metecho/api/tests/templatetags_api_bootstrap.py +++ b/metecho/api/tests/templatetags_api_bootstrap.py @@ -18,7 +18,7 @@ def test_serialize(user_factory): "id": str(user.id), "username": "template_tags@example.com", "email": "template_tags@example.com", - "avatar_url": None, + "avatar_url": "https://example.com/avatar/", "github_id": user.github_id, "is_staff": False, "valid_token_for": None,