diff --git a/lms/envs/devstack.py b/lms/envs/devstack.py index 64225c3898..952127230b 100644 --- a/lms/envs/devstack.py +++ b/lms/envs/devstack.py @@ -36,6 +36,7 @@ ENTERPRISE_API_URL = LMS_INTERNAL_ROOT_URL + '/enterprise/api/v1/' IDA_LOGOUT_URI_LIST = [ 'http://localhost:18130/logout/', # ecommerce 'http://localhost:18150/logout/', # credentials + 'http://localhost:18381/logout/', # discovery ] ################################ LOGGERS ######################################