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

use global instead of localconn

parent 9d5e7e12
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.
......@@ -47,7 +47,7 @@ func TestMain(m *testing.M) {
integration_test_utils.ApplySDNConfig(conn, ctx, defaultSDNConfig)
topics := []event.Topic{event.ManagedNetworkElement, event.User}
application = NewApplication(ctx, localConn, ":55055", topics)
application = NewApplication(ctx, conn, ":55055", topics)
eventTypeCallbackTuples := []event.TypeToCallbackTuple{
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment