resolve test 2
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2607>
This commit is contained in:
parent
6dea3f3cf8
commit
d3b27b4ba9
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue