mirror of https://github.com/hashicorp/consul
Tests/Proxy : Changed function name to match the system being tested.
parent
9d57b72e81
commit
371f0c3d5f
|
@ -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