Postman tests increate to 14 from 13.

pull/1081/head
Adam Boutcher 2021-09-14 13:30:51 +01:00
parent f3cb5f8cad
commit 2c55a09924
1 changed files with 2 additions and 2 deletions

4
dev/postman.json vendored
View File

@ -4205,7 +4205,7 @@
"",
"pm.test(\"View All Notifiers\", function () {",
" var jsonData = pm.response.json();",
" pm.expect(jsonData.length).to.eql(13);",
" pm.expect(jsonData.length).to.eql(14);",
"});"
],
"type": "text/javascript"
@ -6242,4 +6242,4 @@
}
],
"protocolProfileBehavior": {}
}
}