Skip to content

Commit

Permalink
Fix bug, swap type for location header
Browse files Browse the repository at this point in the history
  • Loading branch information
aloccid-iata authored Jan 10, 2025
1 parent 852b63b commit 785e373
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6028,7 +6028,7 @@
"//Test Location header\r",
"pm.test(\"Check Location contains {{baseUrl}}/action-requests/ \", () => {\r",
" var expectedValue = pm.variables.get(\"baseUrl\")+ \"/action-requests/\";\r",
" pm.expect(pm.response.headers.get(\"Type\")).to.include(expectedValue);\r",
" pm.expect(pm.response.headers.get(\"Location\")).to.include(expectedValue);\r",
"});\r",
""
],
Expand Down Expand Up @@ -6306,4 +6306,4 @@
"value": ""
}
]
}
}

0 comments on commit 785e373

Please sign in to comment.