From 48a8e7e6ddf64a3ee5d1076707b68395fb4075ae Mon Sep 17 00:00:00 2001 From: Fabian Seidl <fabian.seidl@h-da.de> Date: Mon, 8 Jan 2024 14:58:57 +0100 Subject: [PATCH] add apply config to example test, was added later and not to example --- integration-tests/example_tests/example_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration-tests/example_tests/example_test.go b/integration-tests/example_tests/example_test.go index f88f8be28..a0cd98001 100644 --- a/integration-tests/example_tests/example_test.go +++ b/integration-tests/example_tests/example_test.go @@ -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() } -- GitLab