See #432: can now suggest tags on tracks/albums/artists (API)

This commit is contained in:
Eliot Berriot 2019-07-15 12:12:22 +02:00
parent 1b34ae2335
commit 2bbb2f3239
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 54 additions and 9 deletions

View file

@ -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()