Adds unit tests for all services

This commit is contained in:
2026-01-14 16:54:06 -05:00
parent d8930a6a30
commit a3317dd46f
59 changed files with 12592 additions and 8683 deletions

View File

@@ -56,7 +56,6 @@ model IamPolicy {
updatedAt DateTime @updatedAt
@@id([id, version])
@@unique([accountId, path, name])
}
model IamRoleIamPolicyAttachment {