Update _test_settings fixture to work with Django 4.1 and 4.2 (#507)

This commit is contained in:
Michael Manfre 2023-02-13 22:57:07 -05:00 committed by GitHub
parent 9a0008db06
commit 1ac6519316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,9 @@ kwIDAQAB
@pytest.fixture(autouse=True)
def _test_settings(settings):
settings.STATICFILES_STORAGE = None
settings.STATICFILES_STORAGE = (
"django.contrib.staticfiles.storage.StaticFilesStorage"
)
@pytest.fixture