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

add apply config to example test, was added later and not to example

parent ecf73f50
No related branches found
No related tags found
1 merge request!691Resolve "Implement integration tests for applications"
This commit is part of merge request !691. Comments created here will be created in the context of that merge request.
......@@ -31,6 +31,9 @@ func TestMain(m *testing.M) {
if err != nil {
fmt.Println(err.Error())
}
integration_test_utils.ApplySDNConfig(conn, ctx, defaultSDNConfig)
m.Run()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment