mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 08:57:35 -02:30
Fix unit test endpoint to match notif admin request endpoint
This commit is contained in:
@@ -46,7 +46,7 @@ describe('Components | Layout', () => {
|
|||||||
$httpBackend.when('GET', /admin_of_organizations/)
|
$httpBackend.when('GET', /admin_of_organizations/)
|
||||||
.respond(mockOrgAdminResponse);
|
.respond(mockOrgAdminResponse);
|
||||||
|
|
||||||
$httpBackend.when('GET', /roles\/\?role_field=notification_admin_role/)
|
$httpBackend.when('GET', /organizations\/\?role_level=notification_admin_role/)
|
||||||
.respond(mockNotificationAdminResponse);
|
.respond(mockNotificationAdminResponse);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user