diff options
author | Valery Piashchynski <[email protected]> | 2020-11-26 14:04:27 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-26 14:04:27 +0300 |
commit | 8b24468430460ef01bc351c81b1b53673bf5db36 (patch) | |
tree | 6944ef87d16bb6184dfe7f7d18a1e6de783744da /plugins/http/tests/http_test.go | |
parent | 72a10aa983e79d42db14416d70ff8dc5e74b472e (diff) |
Rotate ports for the http plugin init 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 16164667..103e7b3f 100644 --- a/plugins/http/tests/http_test.go +++ b/plugins/http/tests/http_test.go @@ -45,7 +45,7 @@ func TestHTTPInit(t *testing.T) { assert.NoError(t, err) cfg := &config.Viper{ - Path: "configs/.rr-http.yaml", + Path: "configs/.rr-init.yaml", Prefix: "rr", } |