Skip to content
Snippets Groups Projects
Commit 2a57c47d authored by Fabian Seidl's avatar Fabian Seidl
Browse files

fix integration test, read one more event before actual tests

parent 9d75046f
No related branches found
No related tags found
No related merge requests found
Pipeline #208210 passed
This commit is part of merge request !921. Comments created here will be created in the context of that merge request.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment