add never logged to add user

This commit is contained in:
2025-12-02 22:54:47 -03:00
parent d461a507f9
commit 11d66a85d3
7 changed files with 68 additions and 57 deletions

View File

@@ -150,7 +150,7 @@ def test_org_not_found(
lambda_context,
)
body = json.loads(r['body'])
assert body['type'] == 'OrgMissingError'
assert body['type'] == 'OrgNotFoundError'
def test_unlink(