From a3cb8b8af10a2a10b9e3fd165001ccb5d58db04d Mon Sep 17 00:00:00 2001 From: Fabian Seidl <fabian.seidl@h-da.de> Date: Tue, 9 Jan 2024 09:43:02 +0100 Subject: [PATCH] test different address for rabbitmq --- integration-tests/application_tests/appUtility_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/application_tests/appUtility_test.go b/integration-tests/application_tests/appUtility_test.go index 0158542c5..0a7f609e0 100644 --- a/integration-tests/application_tests/appUtility_test.go +++ b/integration-tests/application_tests/appUtility_test.go @@ -27,6 +27,8 @@ func NewApplication(ctx context.Context, grpcClientConn *grpc.ClientConn, contro os.Exit(1) } + queueCredentials = "amqp://guest:guest@rabbitmq:5672" + logrus.Infof("QUEUE CREDENTIALS: %v", queueCredentials) eventService, err := event.NewEventService( -- GitLab