fix(tests): fix broken test

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2607>
environments/review-docs-2083-yqf2yl/deployments/18772
Ciarán Ainsworth 2023-11-18 15:16:57 +00:00 zatwierdzone przez Marge
rodzic a7c76279f6
commit f769c8ce68
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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