Tests/Proxy : Changed function name to match the system being tested.
This commit is contained in:
parent
3a00c5a834
commit
9bc5fe7fe5
|
@ -265,7 +265,7 @@ func TestManagerRun_daemonPid(t *testing.T) {
|
||||||
// Test to check if the parent and the child processes
|
// Test to check if the parent and the child processes
|
||||||
// have the same environmental variables
|
// have the same environmental variables
|
||||||
|
|
||||||
func TestEnvironproxy(t *testing.T) {
|
func TestManagerPassesEnvironment(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
require := require.New(t)
|
require := require.New(t)
|
||||||
|
|
Loading…
Reference in New Issue