Fix unit test endpoint to match notif admin request endpoint

This commit is contained in:
mabashian 2019-07-30 16:52:52 -04:00
parent 1121a2b623
commit a6c50f6d20

View File

@ -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);
});