From 152ca573505fd89151d3cdf117c3f1bb3b05b9d9 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 15 May 2025 12:37:37 -0600 Subject: refactor: remove unused environment variables --- test/integration/container_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/integration/container_test.go b/test/integration/container_test.go index b956250..4768c98 100644 --- a/test/integration/container_test.go +++ b/test/integration/container_test.go @@ -20,12 +20,10 @@ import ( func environmentVariables(srv *oidc.TestServer) map[string]string { return map[string]string{ "APP_ENV": "test", - "BIND_ADDR": ":8080", "DEBUG": env.Fetch("DEBUG", ""), "HMAC_SESSION_SECRET": "secret", "OAUTH_CLIENT_ID": srv.MockOIDC.ClientID, "OAUTH_CLIENT_SECRET": srv.MockOIDC.ClientSecret, - "OAUTH_REDIRECT_URL": "", "OIDC_ISSUER": srv.Issuer(), } } -- cgit v1.2.3