check response header value
Tests that the header
Content-Type
is equal to
application/json; charset=utf-8
pm.test("Content-Type is application/json", function () {
    pm.response.to.be.header("Content-Type", "application/json; charset=utf-8");
});
by Valeri Tandilashvili
4 years ago
Postman
postman tests
0
Pro tip: use ```triple backticks around text``` to write in code fences