Skip to content

Commit

Permalink
Bring back --cleanup-queues in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Sep 27, 2024
1 parent 829e355 commit 52f7d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ func TestFanInFromMQTTtoAMQP(t *testing.T) {
"--consume-from", "/queues/sensors",
"--amqp-binding-key", "sensor.#",
"--queues", "classic",
"--cleanup-queues=true",
"--time", "5s",
}

Expand Down

0 comments on commit 52f7d7a

Please sign in to comment.