From d215cbf89ae581202526cf3d1c926d92e04206eb Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 23 Sep 2021 00:06:50 +0300 Subject: [PATCH] Postman updated collection --- tests/postman/collection.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/postman/collection.json b/tests/postman/collection.json index c4d8ddf6..f8dcecaf 100644 --- a/tests/postman/collection.json +++ b/tests/postman/collection.json @@ -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" }