mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-16 07:12:05 +00:00
mock zitadel api
This commit is contained in:
13
apps/login/cypress/fixtures/verifyemail.yaml
Normal file
13
apps/login/cypress/fixtures/verifyemail.yaml
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user