We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4263f4 commit 90f9779Copy full SHA for 90f9779
1 file changed
tests/unit/test_validation.py
@@ -389,6 +389,7 @@ def test_environment_overrides_dotenv_and_secrets(
389
self, monkeypatch, tmp_path: Path
390
) -> None:
391
"""Environment variables should have highest precedence."""
392
+ self.clear_settings_env(monkeypatch)
393
secrets_dir = tmp_path / "secrets"
394
secrets_dir.mkdir()
395
env_file = tmp_path / ".env"
0 commit comments