Tests/Proxy : Changed function name to match the system being tested.

This commit is contained in:
MagnumOpus21 2018-07-09 13:18:57 -04:00
parent 3a00c5a834
commit 9bc5fe7fe5
1 changed files with 1 additions and 1 deletions

View File

@ -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)