summaryrefslogtreecommitdiff
path: root/test/integration/container.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-24 01:00:24 -0600
committermo khan <mo@mokhan.ca>2025-05-24 01:00:24 -0600
commit9481fb347af85bd946408b902dcdd5310ee38dd9 (patch)
tree5f2c09a941b89733b679922563ee41e313e3f878 /test/integration/container.go
parent8eb64aec1fc89a900dd2f3decaff86bf9097986c (diff)
fix: register oidc provider once
Diffstat (limited to 'test/integration/container.go')
-rw-r--r--test/integration/container.go1
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"))),