Skip to content

Commit 8cccea6

Browse files
RobertCraigiestainless-app[bot]
authored andcommitted
fix(tests): fresh_env() now resets new environment values
1 parent 6b01ba6 commit 8cccea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/test_module_client.py

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def fresh_env() -> Iterator[None]:
110110
_os.environ.clear()
111111
yield
112112
finally:
113+
_os.environ.clear()
113114
_os.environ.update(old)
114115

115116

0 commit comments

Comments
 (0)