mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 12:29:32 +02:00
Fixed UI crash when updating avatar
This commit is contained in:
parent
35e2cb243c
commit
27f40e6023
2 changed files with 8 additions and 0 deletions
|
@ -319,6 +319,7 @@ def test_user_can_patch_their_own_avatar(logged_in_api_client, factories):
|
|||
user.refresh_from_db()
|
||||
|
||||
assert user.actor.attachment_icon == attachment
|
||||
assert "avatar" in response.data
|
||||
|
||||
|
||||
def test_creating_user_creates_actor_as_well(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue