fix(tests): fix broken test

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2607>
This commit is contained in:
Ciarán Ainsworth 2023-11-18 15:16:57 +00:00 committed by Marge
parent a7c76279f6
commit f769c8ce68
1 changed files with 2 additions and 2 deletions

View File

@ -1424,8 +1424,8 @@ def test_upload_checks_mbid_tag(temp_signal, factories, mocker, preferences):
assert upload.import_status == "errored" assert upload.import_status == "errored"
assert upload.import_details == { assert upload.import_details == {
"error_code": "Uploading files without a MusicBrainz ID is not permitted in this pod", "error_code": "Only content tagged with a MusicBrainz ID is permitted on this pod.",
"detail": "You can tag you files with MusicBrainz Picard", "detail": "You can tag your files with MusicBrainz Picard",
} }