From ff0374e69543b1c40fedc6e03b28d14c7af841be Mon Sep 17 00:00:00 2001 From: Uman Shahzad Date: Tue, 26 Sep 2017 15:22:18 +0500 Subject: [PATCH] Remove any trace of `enterprise_customer_users` in ENT API. --- openedx/features/enterprise_support/api.py | 3 --- openedx/features/enterprise_support/tests/mixins/enterprise.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/openedx/features/enterprise_support/api.py b/openedx/features/enterprise_support/api.py index d9548cb2f3..d2adab1430 100644 --- a/openedx/features/enterprise_support/api.py +++ b/openedx/features/enterprise_support/api.py @@ -171,9 +171,6 @@ class EnterpriseApiClient(object): }, "enable_data_sharing_consent": true, "enforce_data_sharing_consent": "at_login", - "enterprise_customer_users": [ - 1 - ], "branding_configuration": { "enterprise_customer": "cf246b88-d5f6-4908-a522-fc307e0b0c59", "logo": "https://open.edx.org/sites/all/themes/edx_open/logo.png" diff --git a/openedx/features/enterprise_support/tests/mixins/enterprise.py b/openedx/features/enterprise_support/tests/mixins/enterprise.py index c64cd704b9..fca9840477 100644 --- a/openedx/features/enterprise_support/tests/mixins/enterprise.py +++ b/openedx/features/enterprise_support/tests/mixins/enterprise.py @@ -168,9 +168,6 @@ class EnterpriseServiceMockMixin(object): 'enable_data_sharing_consent': True, 'enforce_data_sharing_consent': 'at_login', 'enable_audit_enrollment': enable_audit_enrollment, - 'enterprise_customer_users': [ - 1 - ], 'branding_configuration': { 'enterprise_customer': enterprise_customer_uuid, 'logo': 'https://open.edx.org/sites/all/themes/edx_open/logo.png'