Fix tests

This commit is contained in:
Konstantin Wohlwend 2025-09-09 11:30:39 -07:00
parent 55e3ee718c
commit 9b62279aa2

View File

@ -204,6 +204,10 @@ export namespace Auth {
"sub": expect.any(String),
"role": "authenticated",
"branchId": "main",
"displayName": expect.toSatisfy(() => true),
"primaryEmail": expect.toSatisfy(() => true),
"primaryEmailVerified": expect.toSatisfy(() => true),
"selectedTeamId": expect.toSatisfy(() => true),
});
}
}