From ef4ee5ad1ffc9e4aedb2151449d8d39bc696d280 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 25 Jul 2025 11:10:22 -0600 Subject: test: add missing env vars to end-to-end tests --- test/integration/container_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') 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", } } -- cgit v1.2.3