1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 22:26:46 +02:00

Postman updated collection

This commit is contained in:
Sergey Romanenko
2021-09-23 00:06:50 +03:00
parent bc23994b63
commit d215cbf89a

View File

@@ -210,7 +210,9 @@
" pm.response.to.have.status(200);",
"});",
"",
""
"pm.test(\"Status code is 404\", function () {",
" pm.response.to.have.status(404);",
"});"
],
"type": "text/javascript"
}