Skip to content
Snippets Groups Projects

Resolve "Add generic app role to controller"

Merged Fabian Seidl requested to merge 370-add-generic-app-role-to-controller into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading