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

test different address for rabbitmq

parent 354fce59
Branches
No related tags found
1 merge request!691Resolve "Implement integration tests for applications"
Pipeline #178078 failed
...@@ -27,6 +27,8 @@ func NewApplication(ctx context.Context, grpcClientConn *grpc.ClientConn, contro ...@@ -27,6 +27,8 @@ func NewApplication(ctx context.Context, grpcClientConn *grpc.ClientConn, contro
os.Exit(1) os.Exit(1)
} }
queueCredentials = "amqp://guest:guest@rabbitmq:5672"
logrus.Infof("QUEUE CREDENTIALS: %v", queueCredentials) logrus.Infof("QUEUE CREDENTIALS: %v", queueCredentials)
eventService, err := event.NewEventService( eventService, err := event.NewEventService(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment