From 923a91734d4ff4e5ca7da12b4b19a61aadf15b54 Mon Sep 17 00:00:00 2001 From: Felipe Montoya Date: Thu, 14 Mar 2019 15:21:03 -0500 Subject: [PATCH] Fixing lettuce tests --- lms/envs/test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lms/envs/test.py b/lms/envs/test.py index 120acfb57a..b9cd90f45b 100644 --- a/lms/envs/test.py +++ b/lms/envs/test.py @@ -551,6 +551,10 @@ COMPREHENSIVE_THEME_LOCALE_PATHS = [REPO_ROOT / "themes/conf/locale", ] LMS_ROOT_URL = "http://localhost:8000" +# TODO (felipemontoya): This key is only needed during lettuce tests. +# To be removed during https://openedx.atlassian.net/browse/DEPR-19 +FRONTEND_LOGOUT_URL = LMS_ROOT_URL + '/logout' + ECOMMERCE_API_URL = 'https://ecommerce.example.com/api/v2/' ENTERPRISE_API_URL = 'http://enterprise.example.com/enterprise/api/v1/' ENTERPRISE_CONSENT_API_URL = 'http://enterprise.example.com/consent/api/v1/'