summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-07-23 09:50:41 +0300
committerValery Piashchynski <[email protected]>2021-07-23 09:50:41 +0300
commitf585c654027f6dc40d7e3a3cdf7906006ed2427a (patch)
treeedddc0ebdde5b1e4d4a95f1593cd3ede28de0cfe /tests
parentc851b5611a4118b714a05873225916ae07cf4e4a (diff)
Use zap logger in AMQP tests instead of mocked (temporarly)
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/jobs/jobs_amqp_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/plugins/jobs/jobs_amqp_test.go b/tests/plugins/jobs/jobs_amqp_test.go
index a95ac98b..8f87072b 100644
--- a/tests/plugins/jobs/jobs_amqp_test.go
+++ b/tests/plugins/jobs/jobs_amqp_test.go
@@ -58,7 +58,8 @@ func TestAMQPInit(t *testing.T) {
cfg,
&server.Plugin{},
&rpcPlugin.Plugin{},
- mockLogger,
+ &logger.ZapLogger{},
+ // mockLogger,
&jobs.Plugin{},
&resetter.Plugin{},
&informer.Plugin{},