summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/integration/container_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/container_test.go b/test/integration/container_test.go
index 99c161d..ecfd2b1 100644
--- a/test/integration/container_test.go
+++ b/test/integration/container_test.go
@@ -21,9 +21,12 @@ func environmentVariables(srv *web.OIDCServer) map[string]string {
"APP_ENV": "test",
"DEBUG": env.Fetch("DEBUG", ""),
"HMAC_SESSION_SECRET": "secret",
+ "LOG_LEVEL": "debug",
"OAUTH_CLIENT_ID": srv.MockOIDC.ClientID,
"OAUTH_CLIENT_SECRET": srv.MockOIDC.ClientSecret,
"OIDC_ISSUER": srv.Issuer(),
+ "ZED_ENDPOINT": ":50051",
+ "ZED_TOKEN": "secret",
}
}