This commit is contained in:
hay-kot 2021-05-01 16:30:18 -08:00
commit d77b858d0d

View file

@ -6,4 +6,3 @@ DB_URL.unlink(missing_ok=True)
if settings.DB_ENGINE != "postgres": if settings.DB_ENGINE != "postgres":
# Monkeypatch Database Testing # Monkeypatch Database Testing
settings.DB_URL = determine_sqlite_path(path=False, suffix="test") settings.DB_URL = determine_sqlite_path(path=False, suffix="test")