resolve test 2

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2607>
This commit is contained in:
Petitminion 2023-11-03 19:52:24 +01:00 committed by Marge
commit d3b27b4ba9
2 changed files with 6 additions and 1 deletions

View file

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