kubernetes/test/integration/serving
Chris Bandy 2e76ac31fd Replace os.Setenv with testing.T.Setenv in tests
T.Setenv ensures that the environment is returned to its prior state
when the test ends. It also panics when called from a parallel test to
prevent racy test interdependencies.
2023-06-05 21:08:56 -05:00
..
main_test.go
serving_test.go Replace os.Setenv with testing.T.Setenv in tests 2023-06-05 21:08:56 -05:00