mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 20:11:58 +02:00
See #432: can now suggest tags on tracks/albums/artists (API)
This commit is contained in:
parent
1b34ae2335
commit
2bbb2f3239
4 changed files with 54 additions and 9 deletions
|
@ -51,7 +51,7 @@ def test_apply_update_mutation(factories, mutations_registry, mocker):
|
|||
)
|
||||
assert previous_state == get_update_previous_state.return_value
|
||||
get_update_previous_state.assert_called_once_with(
|
||||
user, "username", serialized_relations={}
|
||||
user, "username", serialized_relations={}, handlers={}
|
||||
)
|
||||
user.refresh_from_db()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue