summaryrefslogtreecommitdiff
path: root/plugins/rpc/tests/rpc_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rpc/tests/rpc_test.go')
-rw-r--r--plugins/rpc/tests/rpc_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/rpc/tests/rpc_test.go b/plugins/rpc/tests/rpc_test.go
index 88267dfb..0344da6b 100644
--- a/plugins/rpc/tests/rpc_test.go
+++ b/plugins/rpc/tests/rpc_test.go
@@ -17,7 +17,7 @@ import (
// graph https://bit.ly/3ensdNb
func TestRpcInit(t *testing.T) {
- cont, err := endure.NewContainer(nil, endure.SetLogLevel(endure.DebugLevel))
+ cont, err := endure.NewContainer(nil, endure.SetLogLevel(endure.ErrorLevel))
if err != nil {
t.Fatal(err)
}
@@ -96,7 +96,7 @@ func TestRpcInit(t *testing.T) {
// graph https://bit.ly/3ensdNb
func TestRpcDisabled(t *testing.T) {
- cont, err := endure.NewContainer(nil, endure.SetLogLevel(endure.DebugLevel))
+ cont, err := endure.NewContainer(nil, endure.SetLogLevel(endure.ErrorLevel))
if err != nil {
t.Fatal(err)
}