diff --git a/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json b/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json index 461e802..e846176 100644 --- a/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json +++ b/docs/postman/C4IT-F4SD-M42WebApi.postman_collection.json @@ -169,8 +169,8 @@ "pm.test(\"isAlive returns 204\", function () {", " pm.response.to.have.status(204);", "});", - "pm.test(\"No response body\", function () {", - " pm.expect(pm.response.text()).to.equal(\"\");", + "pm.test(\"No response body or empty Matrix42 wrapper body\", function () {", + " pm.expect([\"\", \"{}\"]).to.include(pm.response.text());", "});" ] }