Remove any trace of enterprise_customer_users in ENT API.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user