test(update-role-mappings): correct the test case name

This commit is contained in:
Ali BARIN
2024-09-10 09:30:50 +00:00
parent 101483409f
commit fb82e863e0

View File

@@ -88,7 +88,7 @@ describe('PATCH /api/v1/admin/saml-auth-providers/:samlAuthProviderId/role-mappi
});
});
it('should return unprocessable entity response for not existing role UUID', async () => {
it('should return internal server error response for not existing role UUID', async () => {
const notExistingRoleUUID = Crypto.randomUUID();
const roleMappings = [
{