diff options
author | Valery Piashchynski <[email protected]> | 2020-11-26 13:47:53 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-26 13:47:53 +0300 |
commit | 72a10aa983e79d42db14416d70ff8dc5e74b472e (patch) | |
tree | 076efeabb052e78e431dc053241c1df82dbb00c3 /plugins/http/tests/http_test.go | |
parent | a418f77a2297bda236ced2cde5fa04f0184f3aaa (diff) |
Update ports in the rr-env test
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) |