From d6a0c7a7f12c2127b75a16dfeb14b68cd73c8f76 Mon Sep 17 00:00:00 2001
From: Neil Schark <neil.schark@h-da.de>
Date: Wed, 6 Mar 2024 11:55:15 +0000
Subject: [PATCH] wip

---
 integration-tests/application_tests/application_test.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/integration-tests/application_tests/application_test.go b/integration-tests/application_tests/application_test.go
index f3f532c67..8d29d82d2 100644
--- a/integration-tests/application_tests/application_test.go
+++ b/integration-tests/application_tests/application_test.go
@@ -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{
-- 
GitLab