From e5508fa1ae3a068913b54fa7aaef2a47bca91f76 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 16 Mar 2021 17:05:28 +0300 Subject: =?UTF-8?q?=F0=9F=90=9B=20fix=20issue=20with=20strange=20messages?= =?UTF-8?q?=20in=20the=20http=20body=20when=20max=20request=20reached?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Valery Piashchynski --- tests/plugins/status/plugin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins/status/plugin_test.go') 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", } -- cgit v1.2.3