summaryrefslogtreecommitdiff
path: root/plugins/http/tests/http_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-26 14:04:27 +0300
committerValery Piashchynski <[email protected]>2020-11-26 14:04:27 +0300
commit8b24468430460ef01bc351c81b1b53673bf5db36 (patch)
tree6944ef87d16bb6184dfe7f7d18a1e6de783744da /plugins/http/tests/http_test.go
parent72a10aa983e79d42db14416d70ff8dc5e74b472e (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.go2
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",
}