Created
December 2, 2015 20:31
-
-
Save uhtred/34d1eaa4c2f01590424d to your computer and use it in GitHub Desktop.
422 Stubby Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - request: | |
| url: ^/admin/applications$ | |
| method: POST | |
| post: > | |
| {.*"name":"App Exist".*} | |
| response: | |
| headers: | |
| content-type: application/json | |
| status: 422 | |
| latency: 1000 | |
| body: > | |
| { | |
| "errorCode": "APPLICATION_ALREADY_EXISTING" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment