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 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", } |