mock zitadel api

This commit is contained in:
Elio Bischof
2023-06-08 06:13:07 +02:00
parent 3cad0828e7
commit be51103810
16 changed files with 843 additions and 12 deletions

View File

@@ -0,0 +1,13 @@
- key: verify_email_custom
expect:
grpc:
service: zitadel.user.v2alpha.UserService
method: VerifyEmail
actions:
- reply_grpc:
payload: >
{
"details": {
"resourceOwner": "dinigrossmueter"
}
}