summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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,