From 7e26fa38231de2074a125fb3aabbd97d890d50bf Mon Sep 17 00:00:00 2001 From: msingh Date: Wed, 12 Jun 2019 10:42:48 -0400 Subject: [PATCH] Fixing quility test --- lms/envs/bok_choy.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lms/envs/bok_choy.py b/lms/envs/bok_choy.py index ae61591741..ebb5f544d7 100644 --- a/lms/envs/bok_choy.py +++ b/lms/envs/bok_choy.py @@ -39,9 +39,6 @@ os.environ['CONFIG_ROOT'] = CONFIG_ROOT os.environ['LMS_CFG'] = str.format("{config_root}/{service_variant}.yml", config_root=os.environ['CONFIG_ROOT'], service_variant=os.environ['SERVICE_VARIANT']) - - - ######################### Testing overrides #################################### # Redirect to the test_root folder within the repo @@ -122,11 +119,9 @@ XQUEUE_INTERFACE['url'] = 'http://localhost:8040' EDXNOTES_PUBLIC_API = 'http://localhost:8042/api/v1' EDXNOTES_INTERNAL_API = 'http://localhost:8042/api/v1' - EDXNOTES_CONNECT_TIMEOUT = 10 # time in seconds EDXNOTES_READ_TIMEOUT = 10 # time in seconds - NOTES_DISABLED_TABS = [] LOG_OVERRIDES = [