Skip to content
Snippets Groups Projects

Resolve "Implement integration tests for applications"

Merged Fabian Seidl requested to merge 347-implement-integration-tests-for-applications into master
2 files
+ 38
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -99,6 +99,8 @@ func TestMain(m *testing.M) {
if os.Getenv("RABBITMQ") == "" {
_ = <-application.eventChannel
_ = <-application.eventChannel
} else {
integration_test_utils.ClearRabbitMQQueues()
}
m.Run()
Loading