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
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -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(
Loading