Skip to content

testhelper: Replace `testhelper.ModifyEnvironment()`

Patrick Steinhardt requested to merge pks-testhelper-unsetenv into master

This MR replaces testhelper.ModifyEnvironment() with calls to either t.Setenv() or a new testhelper.Unsetenv().

Merge request reports