summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-11 14:33:05 -0600
committermo khan <mo@mokhan.ca>2025-05-11 21:21:38 -0600
commit1bd9cacc7edbba1971e22286e477105ff7b1b38f (patch)
tree7b126b7a388494c5abf08681be83947cc127c986 /test
parentbd382e2ed4af887819a9ad56782a93e5dd35c2d8 (diff)
chore: use awk to parse domain
Diffstat (limited to 'test')
-rw-r--r--test/integration/container_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/container_test.go b/test/integration/container_test.go
index 36cda37..3c0ffaa 100644
--- a/test/integration/container_test.go
+++ b/test/integration/container_test.go
@@ -57,6 +57,7 @@ func TestContainer(t *testing.T) {
testcontainers.WithEnv(map[string]string{
"APP_ENV": "test",
"BIND_ADDR": ":8080",
+ "DEBUG": "true",
"HMAC_SESSION_SECRET": "secret",
"OAUTH_CLIENT_ID": srv.MockOIDC.Config().ClientID,
"OAUTH_CLIENT_SECRET": srv.MockOIDC.Config().ClientSecret,