Skip to content

Commit dfe149e

Browse files
committed
test: improve logging and testing across multiple components
- Add logging of the endpoint in the `TestShutdownWorkFlow` function Signed-off-by: appleboy <[email protected]>
1 parent 44ac1c1 commit dfe149e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rabbitmq_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func TestShutdownWorkFlow(t *testing.T) {
6161
ctx := context.Background()
6262
natsC, endpoint := setupRabbitMQContainer(ctx, t)
6363
defer testcontainers.CleanupContainer(t, natsC)
64+
log.Println(endpoint)
6465
w := NewWorker(
6566
WithQueue("test"),
6667
WithAddr(fmt.Sprintf("amqp://guest:guest@%s/", endpoint)),

0 commit comments

Comments
 (0)