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 7310b51 commit 68e89fbCopy full SHA for 68e89fb
tests/integration/core/test_main.py
@@ -115,7 +115,7 @@ def test_main__prometheus_multiproc_remove_dir_on_exit_default__expected(
115
monkeypatch: pytest.MonkeyPatch,
116
) -> None:
117
# Given
118
- monkeypatch.delenv("PROMETHEUS_MULTIPROC_DIR_KEEP")
+ monkeypatch.delenv("PROMETHEUS_MULTIPROC_DIR_KEEP", raising=False)
119
120
# When
121
main(["flagsmith"])
0 commit comments