diff options
Diffstat (limited to 'plugins/http/tests/http_test.go')
-rw-r--r-- | plugins/http/tests/http_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/http/tests/http_test.go b/plugins/http/tests/http_test.go index 5f78a3d6..16164667 100644 --- a/plugins/http/tests/http_test.go +++ b/plugins/http/tests/http_test.go @@ -1027,7 +1027,7 @@ func TestHttpEnvVariables(t *testing.T) { } func envVarsTest(t *testing.T) { - req, err := http.NewRequest("GET", "http://localhost:8084", nil) + req, err := http.NewRequest("GET", "http://localhost:12084", nil) assert.NoError(t, err) r, err := http.DefaultClient.Do(req) |