Skip to content

Instantly share code, notes, and snippets.

@uhtred
Created December 2, 2015 20:31
Show Gist options
  • Save uhtred/34d1eaa4c2f01590424d to your computer and use it in GitHub Desktop.
Save uhtred/34d1eaa4c2f01590424d to your computer and use it in GitHub Desktop.
422 Stubby Test
- 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