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
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -58,8 +58,8 @@ func TestMain(m *testing.M) {
fmt.Println(err.Error())
}
defer integration_test_utils.ApplySDNConfig(conn, ctx, defaultSDNConfig)
defer integration_test_utils.CleanUserAndRolesExceptAdmin(conn, ctx)
integration_test_utils.ApplySDNConfig(conn, ctx, defaultSDNConfig)
integration_test_utils.CleanUserAndRolesExceptAdmin(conn, ctx)
topics := []event.Topic{event.ManagedNetworkElement, event.User, event.Role}
Loading