Skip to content

Commit

Permalink
remove test logger
Browse files Browse the repository at this point in the history
  • Loading branch information
rarguelloF committed Sep 23, 2024
1 parent d7d2d49 commit 11e25e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _integration-tests/utils/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,9 @@ func New(t *testing.T) *MockAgent {
Image: "ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:latest",
ExposedPorts: []string{exposedPort},
WaitingFor: wait.ForListeningPort(nat.Port(exposedPort)),
LogConsumerCfg: &testcontainers.LogConsumerConfig{
Consumers: []testcontainers.LogConsumer{testcontainersutils.TestLogConsumer(t)},
},
},
Started: true,
Reuse: true,
Logger: testcontainers.TestLogger(t),
})
testcontainersutils.AssertError(t, err)

Expand Down

0 comments on commit 11e25e3

Please sign in to comment.