fixe unit test

This commit is contained in:
Mario
2022-05-21 12:29:35 +02:00
parent 08ca432fc9
commit 462947efe0
2 changed files with 4 additions and 5 deletions

View File

@ -76,7 +76,6 @@ func traceStrategyStdout(event tracer.Event) {
"event": event,
}).Info("New Event")
//TODO check amqp.Channe
if channel != nil {
eventJSON, err := json.Marshal(event)
failOnError(err, "Failed to Marshal Event")