summaryrefslogtreecommitdiff
path: root/tests/plugins
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-03-16 17:05:28 +0300
committerValery Piashchynski <[email protected]>2021-03-16 17:05:28 +0300
commite5508fa1ae3a068913b54fa7aaef2a47bca91f76 (patch)
tree386fd7c985c464170afe6523dc5e57d6a85a1616 /tests/plugins
parenteec190334e03012e9dfc3ba83c106d8b3974b238 (diff)
🐛 fix issue with strange messages in the http body when max request
reached Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins')
-rw-r--r--tests/plugins/status/plugin_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/status/plugin_test.go b/tests/plugins/status/plugin_test.go
index 3330cb20..a7322353 100644
--- a/tests/plugins/status/plugin_test.go
+++ b/tests/plugins/status/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",
}