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

test ci removed defer in main

parent 9a9af2de
No related branches found
No related tags found
1 merge request!691Resolve "Implement integration tests for applications"
Pipeline #178342 failed
This commit is part of merge request !691. Comments created here will be created in the context of that merge request.
...@@ -58,8 +58,8 @@ func TestMain(m *testing.M) { ...@@ -58,8 +58,8 @@ func TestMain(m *testing.M) {
fmt.Println(err.Error()) fmt.Println(err.Error())
} }
defer integration_test_utils.ApplySDNConfig(conn, ctx, defaultSDNConfig) integration_test_utils.ApplySDNConfig(conn, ctx, defaultSDNConfig)
defer integration_test_utils.CleanUserAndRolesExceptAdmin(conn, ctx) integration_test_utils.CleanUserAndRolesExceptAdmin(conn, ctx)
topics := []event.Topic{event.ManagedNetworkElement, event.User, event.Role} topics := []event.Topic{event.ManagedNetworkElement, event.User, event.Role}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment