From 1bd9cacc7edbba1971e22286e477105ff7b1b38f Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 11 May 2025 14:33:05 -0600 Subject: chore: use awk to parse domain --- test/integration/container_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/integration') 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, -- cgit v1.2.3