@@ -45,6 +45,7 @@ def test_database_urls(tmp_path: Path, monkeypatch: pytest.MonkeyPatch):
|
|||||||
monkeypatch.setenv("POO_DATABASE_URL", poo_database_url)
|
monkeypatch.setenv("POO_DATABASE_URL", poo_database_url)
|
||||||
monkeypatch.setenv("AUTH_BOOTSTRAP_USERNAME", "admin")
|
monkeypatch.setenv("AUTH_BOOTSTRAP_USERNAME", "admin")
|
||||||
monkeypatch.setenv("AUTH_BOOTSTRAP_PASSWORD", "test-password")
|
monkeypatch.setenv("AUTH_BOOTSTRAP_PASSWORD", "test-password")
|
||||||
|
monkeypatch.setenv("AUTH_COOKIE_SECURE_OVERRIDE", "false")
|
||||||
get_settings.cache_clear()
|
get_settings.cache_clear()
|
||||||
reset_auth_db_caches()
|
reset_auth_db_caches()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user