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,