Skip to content

Commit 68e89fb

Browse files
committed
fix test
1 parent 7310b51 commit 68e89fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/core/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def test_main__prometheus_multiproc_remove_dir_on_exit_default__expected(
115115
monkeypatch: pytest.MonkeyPatch,
116116
) -> None:
117117
# Given
118-
monkeypatch.delenv("PROMETHEUS_MULTIPROC_DIR_KEEP")
118+
monkeypatch.delenv("PROMETHEUS_MULTIPROC_DIR_KEEP", raising=False)
119119

120120
# When
121121
main(["flagsmith"])

0 commit comments

Comments
 (0)