chore(saml-auth-providers-role-mapping): remove unused test snapshot

This commit is contained in:
Ali BARIN
2024-10-30 13:05:52 +00:00
parent ec827e5dc0
commit e3e2ecc1e1

View File

@@ -28,14 +28,3 @@ exports[`SamlAuthProvidersRoleMapping model > jsonSchema should have the correct
"type": "object",
}
`;
exports[`SamlAuthProvidersRoleMapping model > relationMappings should have samlAuthProvider relation 1`] = `
{
"join": {
"from": "saml_auth_providers_role_mappings.saml_auth_provider_id",
"to": "saml_auth_providers.id",
},
"modelClass": [Function],
"relation": [Function],
}
`;