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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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{
{
Loading