Skip to content
Snippets Groups Projects
Commit 9a696bf9 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4461 adjust body level in mock

parent 524877d9
Branches
Tags
No related merge requests found
...@@ -5,19 +5,19 @@ ...@@ -5,19 +5,19 @@
status: 200 status: 200
headers: headers:
Content-Type: application/json Content-Type: application/json
body: > body: >
{ {
"action": "CREATE_AKTENNOTIZ", "action": "CREATE_AKTENNOTIZ",
"body": { "body": {
"headline": "Eine neue Notiz", "headline": "Eine neue Notiz",
"severity": "INFO", "severity": "INFO",
"text": "Alles fein" "text": "Alles fein"
} }
} }
- request: - request:
method: POST method: POST
path: /externe-processor-failure path: /externe-processor-failure
response: response:
status: 500 status: 500
headers: headers:
body: "Da ist etwas schiefgelaufen" body: "Da ist etwas schiefgelaufen"
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment