Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djamg committed Oct 20, 2023
1 parent 5c9fd1d commit 3cedd79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/views/api_support_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def test_valid_phone_affiliated(
assert data['result']['account'] == {
'title': user_rincewind_phone.account.fullname,
'name': user_rincewind_phone.account.username,
'url': user_rincewind_phone.account.profile_url,
}


Expand All @@ -129,4 +130,5 @@ def test_valid_phone_intl(
assert data['result']['account'] == {
'title': user_twoflower_phone.account.fullname,
'name': user_twoflower_phone.account.username,
'url': user_twoflower_phone.account.profile_url,
}

0 comments on commit 3cedd79

Please sign in to comment.