summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-07-22 18:10:33 +0300
committerValery Piashchynski <[email protected]>2021-07-22 18:10:33 +0300
commit2ceebd687fd17b6029ef3df0e979c39bb39abc7f (patch)
tree9f507e82163586d9e803cab91ed657ab2c81e3fb /tests
parente9713a1d08a93e2be70c889c600ed89f54822b54 (diff)
Linters
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/jobs/jobs_amqp_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/jobs/jobs_amqp_test.go b/tests/plugins/jobs/jobs_amqp_test.go
index 7e74891c..52bb6c7c 100644
--- a/tests/plugins/jobs/jobs_amqp_test.go
+++ b/tests/plugins/jobs/jobs_amqp_test.go
@@ -149,7 +149,7 @@ func TestAMQPDeclare(t *testing.T) {
&server.Plugin{},
&rpcPlugin.Plugin{},
&logger.ZapLogger{},
- //mockLogger,
+ // mockLogger,
&jobs.Plugin{},
&resetter.Plugin{},
&informer.Plugin{},