diff options
author | Valery Piashchynski <[email protected]> | 2021-07-23 09:50:41 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-07-23 09:50:41 +0300 |
commit | f585c654027f6dc40d7e3a3cdf7906006ed2427a (patch) | |
tree | edddc0ebdde5b1e4d4a95f1593cd3ede28de0cfe /tests/plugins/jobs | |
parent | c851b5611a4118b714a05873225916ae07cf4e4a (diff) |
Use zap logger in AMQP tests instead of mocked (temporarly)
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/jobs')
-rw-r--r-- | tests/plugins/jobs/jobs_amqp_test.go | 3 |
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{}, |