diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-26 10:08:55 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-26 10:08:55 -0600 |
| commit | b54998f78dc2229e5500f6ac22ef24869a3dac0a (patch) | |
| tree | ddf4bc22cda1d64e17e0b845edaa4b796f7638e2 /test/integration/container.go | |
| parent | 3d6cdf0b3d6fa23509208e2355a7b7d26400a8ea (diff) | |
| parent | f5011f9b32b33ef78405e624d223194ff4b0bd7f (diff) | |
Merge branch 'envoy-authn-header' into 'main'
Improve startup, logging, and authorization integration
See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!11
Diffstat (limited to 'test/integration/container.go')
| -rw-r--r-- | test/integration/container.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/container.go b/test/integration/container.go index 6c346a5..c8149b5 100644 --- a/test/integration/container.go +++ b/test/integration/container.go @@ -25,7 +25,6 @@ func NewContainer(t *testing.T, ctx context.Context, envVars map[string]string) testcontainers.WithLogConsumers(&Logger{TB: t}), testcontainers.WithLogger(log.TestLogger(t)), testcontainers.WithWaitStrategy( - wait.ForLog("Listening on"), wait.ForListeningPort(x.Must(nat.NewPort("tcp", "10000"))), wait.ForListeningPort(x.Must(nat.NewPort("tcp", "10003"))), wait.ForListeningPort(x.Must(nat.NewPort("tcp", "8080"))), |
