mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
update awFeature ldap to enterprise_auth
This commit is contained in:
@@ -114,7 +114,7 @@ export default
|
||||
label: 'Created by LDAP',
|
||||
type: 'checkbox',
|
||||
readonly: true,
|
||||
awFeature: 'ldap'
|
||||
awFeature: 'enterprise_auth'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ describe('featuresController', function() {
|
||||
actual = controller.isFeatureEnabled('activity_streams');
|
||||
expect(actual).to.be.true;
|
||||
|
||||
actual = controller.isFeatureEnabled('ldap');
|
||||
actual = controller.isFeatureEnabled('enterprise_auth');
|
||||
expect(actual).to.be.false;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user