summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/integration/container_test.go2
1 files changed, 0 insertions, 2 deletions
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(),
}
}