postman test update

pull/737/head
hunterlong 2020-07-10 01:33:29 -07:00
parent 2e1a249dee
commit 80d1beaa7a
1 changed files with 1 additions and 1 deletions

2
dev/postman.json vendored
View File

@ -3917,7 +3917,7 @@
"", "",
"pm.test(\"View All Notifiers\", function () {", "pm.test(\"View All Notifiers\", function () {",
" var jsonData = pm.response.json();", " var jsonData = pm.response.json();",
" pm.expect(jsonData.length).to.eql(11);", " pm.expect(jsonData.length).to.eql(12);",
"});" "});"
], ],
"type": "text/javascript" "type": "text/javascript"