postman update

pull/116/head
Hunter Long 2018-12-09 23:09:15 -08:00
parent 3bbee96bd0
commit eff1529e9d
1 changed files with 1 additions and 8 deletions

View File

@ -354,14 +354,7 @@
"script": {
"id": "b5a67a19-fd08-40b0-a961-3e9474ab78c6",
"exec": [
"pm.test(\"Update Service\", function () {",
" var jsonData = pm.response.json();",
" pm.expect(jsonData.output.name).to.eql(\"Updated Google Service\");",
" pm.expect(jsonData.output.domain).to.eql(\"https://google.com\");",
" pm.expect(jsonData.output.type).to.eql(\"http\");",
" pm.expect(jsonData.output.method).to.eql(\"GET\");",
" pm.expect(jsonData.output.expected_status).to.eql(200);",
"});"
""
],
"type": "text/javascript"
}