summaryrefslogtreecommitdiff
path: root/plugins/http/tests
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-30 14:11:22 +0300
committerValery Piashchynski <[email protected]>2020-11-30 14:11:22 +0300
commitddac6f8fcd8bf740981d2f78d573b46bb61acf56 (patch)
tree19e738ae894015c9e50e008a5601669c78d426b4 /plugins/http/tests
parent9402ea1e88d6e63b8b0388ad662d20b727b940d0 (diff)
Finish plugin for static
Diffstat (limited to 'plugins/http/tests')
-rw-r--r--plugins/http/tests/http_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/http/tests/http_test.go b/plugins/http/tests/http_test.go
index ed98d17e..71859937 100644
--- a/plugins/http/tests/http_test.go
+++ b/plugins/http/tests/http_test.go
@@ -885,9 +885,9 @@ func TestHttpEchoErr(t *testing.T) {
controller := gomock.NewController(t)
mockLogger := mocks.NewMockLogger(controller)
- mockLogger.EXPECT().Info("response received", "elapsed", gomock.Any(), "remote address", "127.0.0.1")
+ mockLogger.EXPECT().Debug("http handler response received", "elapsed", gomock.Any(), "remote address", "127.0.0.1")
mockLogger.EXPECT().Debug("WORLD", "pid", gomock.Any())
- mockLogger.EXPECT().Info("worker event received", "event", roadrunner.EventWorkerLog, "worker state", gomock.Any())
+ mockLogger.EXPECT().Debug("worker event received", "event", roadrunner.EventWorkerLog, "worker state", gomock.Any())
err = cont.RegisterAll(
cfg,