diff --git a/test/integration_tests/app.py b/test/integration_tests/app.py
index f5ad16b5d8b8324b4067edc9dc0d8f86ebfdb3c5..9fdbc42e85d0c67ec846cd1ae7bb1b9950fd0b8f 100644
--- a/test/integration_tests/app.py
+++ b/test/integration_tests/app.py
@@ -6,7 +6,6 @@ from flask_dance.consumer import OAuth2ConsumerBlueprint, oauth_authorized, oaut
 
 BASE_URL=environ["BASE_URL"]
 ACCESS_TOKEN_URL=environ["ACCESS_TOKEN_URL"]
-LOGOUT_URL=environ["LOGOUT_URL"]
 AUTHORIZE_URL=environ["AUTHORIZE_URL"]
 USERINFO_URL=environ["USERINFO_URL"]
 KEY=environ["KEY"]