Skip to content
Snippets Groups Projects

Resolve "Investigate GitLab-CI services don't reach each other"

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -12,6 +12,7 @@ import (
tpb "code.fbi.h-da.de/danet/gosdn/api/go/gosdn/transport"
"code.fbi.h-da.de/danet/gosdn/application-framework/event"
integration_test_utils "code.fbi.h-da.de/danet/gosdn/integration-tests/integrationTestUtils"
"github.com/sirupsen/logrus"
"google.golang.org/grpc"
)
@@ -66,6 +67,8 @@ func TestMain(m *testing.M) {
rabbitMQAddress = envVarRabbitmq
}
logrus.Infof("RabbitMQ address: %s", rabbitMQAddress)
application = NewApplication(ctx, conn, ":55055", topics, rabbitMQAddress)
eventTypeCallbackTuples := []event.TypeToCallbackTuple{
Loading