diff options
Diffstat (limited to 'tests/plugins/checker/plugin_test.go')
-rw-r--r-- | tests/plugins/checker/plugin_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/checker/plugin_test.go b/tests/plugins/checker/plugin_test.go index 569e73a1..251ab877 100644 --- a/tests/plugins/checker/plugin_test.go +++ b/tests/plugins/checker/plugin_test.go @@ -114,7 +114,7 @@ func TestStatusRPC(t *testing.T) { assert.NoError(t, err) cfg := &config.Viper{ - Path: "configs/.rr-checker-init.yaml", + Path: "configs/.rr-status-init.yaml", Prefix: "rr", } |