Remove any trace of enterprise_customer_users in ENT API.

This commit is contained in:
Uman Shahzad
2017-09-26 15:22:18 +05:00
parent a27688afd0
commit ff0374e695
2 changed files with 0 additions and 6 deletions

View File

@@ -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"

View File

@@ -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'