Commit ff0374e6 by Uman Shahzad

Remove any trace of `enterprise_customer_users` in ENT API.

parent a27688af
...@@ -171,9 +171,6 @@ class EnterpriseApiClient(object): ...@@ -171,9 +171,6 @@ class EnterpriseApiClient(object):
}, },
"enable_data_sharing_consent": true, "enable_data_sharing_consent": true,
"enforce_data_sharing_consent": "at_login", "enforce_data_sharing_consent": "at_login",
"enterprise_customer_users": [
1
],
"branding_configuration": { "branding_configuration": {
"enterprise_customer": "cf246b88-d5f6-4908-a522-fc307e0b0c59", "enterprise_customer": "cf246b88-d5f6-4908-a522-fc307e0b0c59",
"logo": "https://open.edx.org/sites/all/themes/edx_open/logo.png" "logo": "https://open.edx.org/sites/all/themes/edx_open/logo.png"
......
...@@ -168,9 +168,6 @@ class EnterpriseServiceMockMixin(object): ...@@ -168,9 +168,6 @@ class EnterpriseServiceMockMixin(object):
'enable_data_sharing_consent': True, 'enable_data_sharing_consent': True,
'enforce_data_sharing_consent': 'at_login', 'enforce_data_sharing_consent': 'at_login',
'enable_audit_enrollment': enable_audit_enrollment, 'enable_audit_enrollment': enable_audit_enrollment,
'enterprise_customer_users': [
1
],
'branding_configuration': { 'branding_configuration': {
'enterprise_customer': enterprise_customer_uuid, 'enterprise_customer': enterprise_customer_uuid,
'logo': 'https://open.edx.org/sites/all/themes/edx_open/logo.png' 'logo': 'https://open.edx.org/sites/all/themes/edx_open/logo.png'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment