diff --git a/integration-tests/application_tests/application_test.go b/integration-tests/application_tests/application_test.go index 926f4d68c4b186a8779ef191905857cee27db957..d5b69ae226115918d54656fd38cf4a2de150386f 100644 --- a/integration-tests/application_tests/application_test.go +++ b/integration-tests/application_tests/application_test.go @@ -100,6 +100,7 @@ func TestMain(m *testing.M) { // a user and role and update the user because of the login. After then only logins are done, no user and role creations. // This means that this will block after trying once, because of the three attempts to read from eventChannels. + _ = <-application.addEventChannel _ = <-application.addEventChannel _ = <-application.addEventChannel _ = <-application.updateEventChannel