From d5933843895828c5c3c1d8d227df41d20c0c05fc Mon Sep 17 00:00:00 2001
From: Mark <mark@openappstack.net>
Date: Tue, 30 Jun 2020 15:03:13 +0200
Subject: [PATCH] Remove unused Logout url var

---
 test/integration_tests/app.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/integration_tests/app.py b/test/integration_tests/app.py
index f5ad16b..9fdbc42 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"]
-- 
GitLab