mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Fix unit test endpoint to match notif admin request endpoint
This commit is contained in:
parent
1121a2b623
commit
a6c50f6d20
@ -46,7 +46,7 @@ describe('Components | Layout', () => {
|
||||
$httpBackend.when('GET', /admin_of_organizations/)
|
||||
.respond(mockOrgAdminResponse);
|
||||
|
||||
$httpBackend.when('GET', /roles\/\?role_field=notification_admin_role/)
|
||||
$httpBackend.when('GET', /organizations\/\?role_level=notification_admin_role/)
|
||||
.respond(mockNotificationAdminResponse);
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user