From 371f0c3d5f792287e9b36972f7ea6beda7317fc3 Mon Sep 17 00:00:00 2001 From: MagnumOpus21 Date: Mon, 9 Jul 2018 13:18:57 -0400 Subject: [PATCH] Tests/Proxy : Changed function name to match the system being tested. --- agent/proxy/manager_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/proxy/manager_test.go b/agent/proxy/manager_test.go index 10234e90d2..d9e63b6c63 100644 --- a/agent/proxy/manager_test.go +++ b/agent/proxy/manager_test.go @@ -265,7 +265,7 @@ func TestManagerRun_daemonPid(t *testing.T) { // Test to check if the parent and the child processes // have the same environmental variables -func TestEnvironproxy(t *testing.T) { +func TestManagerPassesEnvironment(t *testing.T) { t.Parallel() require := require.New(t)