|
@@ -772,7 +772,7 @@
|
|
"script": {
|
|
"script": {
|
|
"id": "8f3d2185-176b-4927-b135-98ae368ff9d9",
|
|
"id": "8f3d2185-176b-4927-b135-98ae368ff9d9",
|
|
"exec": [
|
|
"exec": [
|
|
- "tests[\"Status code is 200\"] = responseCode.code === 200 || responseCode.code === 400;",
|
|
|
|
|
|
+ "tests[\"Status code is 200\"] = responseCode.code === 200 || responseCode.code === 404;",
|
|
"",
|
|
"",
|
|
"// var jsonData = JSON.parse(responseBody);",
|
|
"// var jsonData = JSON.parse(responseBody);",
|
|
" ",
|
|
" ",
|
|
@@ -822,7 +822,7 @@
|
|
"script": {
|
|
"script": {
|
|
"id": "4ca12673-db8e-400e-8607-7b0348f8f27b",
|
|
"id": "4ca12673-db8e-400e-8607-7b0348f8f27b",
|
|
"exec": [
|
|
"exec": [
|
|
- "tests[\"Successful POST request\"] = responseCode.code === 200 || responseCode.code === 400;",
|
|
|
|
|
|
+ "tests[\"Successful POST request\"] = responseCode.code === 200 || responseCode.code === 404;",
|
|
"",
|
|
"",
|
|
" ",
|
|
" ",
|
|
"",
|
|
"",
|