Skip to content

Commit

Permalink
@W-14870747 - Fixing test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbharath committed Feb 6, 2024
1 parent 7689ac4 commit 2c69214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metecho/api/tests/templatetags_api_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_serialize(user_factory):
"id": str(user.id),
"username": "[email protected]",
"email": "[email protected]",
"avatar_url": None,
"avatar_url": "https://example.com/avatar/",
"github_id": user.github_id,
"is_staff": False,
"valid_token_for": None,
Expand Down

0 comments on commit 2c69214

Please sign in to comment.