Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2607>
environments/review-docs-2083-yqf2yl/deployments/18772
Petitminion 2023-11-03 19:52:24 +01:00 zatwierdzone przez Marge
rodzic 6dea3f3cf8
commit d3b27b4ba9
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -429,3 +429,8 @@ def clear_license_cache(db):
@pytest.fixture
def faker():
return factory.Faker._get_faker()
@pytest.fixture()
def dont_check_mbid(settings):
settings.ONLY_ALLOW_MUSICBRAINZ_TAGGED_FILES = False

Wyświetl plik

@ -364,7 +364,7 @@ def test_handle_modified_update_existing_path_if_found_and_attributed_to(
update_track_metadata.assert_not_called()
def test_import_files(factories, capsys):
def test_import_files(factories, capsys, dont_check_mbid):
# smoke test to ensure the command run properly
library = factories["music.Library"](actor__local=True)
call_command(