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 9d57b72e81
commit 371f0c3d5f

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)