From 093bc8d2f3c4b026ff39354ed7c015f9e0503ed4 Mon Sep 17 00:00:00 2001 From: M Zulqarnain Date: Fri, 10 Apr 2020 00:59:34 +0500 Subject: [PATCH] Remove port range for liveserver test (#23672) --- lms/envs/test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lms/envs/test.py b/lms/envs/test.py index 586c2fbe58..6a998548ed 100644 --- a/lms/envs/test.py +++ b/lms/envs/test.py @@ -57,8 +57,6 @@ for log_name, log_level in LOG_OVERRIDES: MONGO_PORT_NUM = int(os.environ.get('EDXAPP_TEST_MONGO_PORT', '27017')) MONGO_HOST = os.environ.get('EDXAPP_TEST_MONGO_HOST', 'localhost') -os.environ['DJANGO_LIVE_TEST_SERVER_ADDRESS'] = 'localhost:8000-9000' - THIS_UUID = uuid4().hex[:5] FEATURES['DISABLE_SET_JWT_COOKIES_FOR_TESTS'] = True