We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ac1c1 commit dfe149eCopy full SHA for dfe149e
rabbitmq_test.go
@@ -61,6 +61,7 @@ func TestShutdownWorkFlow(t *testing.T) {
61
ctx := context.Background()
62
natsC, endpoint := setupRabbitMQContainer(ctx, t)
63
defer testcontainers.CleanupContainer(t, natsC)
64
+ log.Println(endpoint)
65
w := NewWorker(
66
WithQueue("test"),
67
WithAddr(fmt.Sprintf("amqp://guest:guest@%s/", endpoint)),
0 commit comments