postman test fix

pull/755/head
hunterlong 2020-07-20 11:23:05 -07:00
parent 2ffbfca653
commit b1255d7152
1 changed files with 1 additions and 1 deletions

2
dev/postman.json vendored
View File

@ -4911,7 +4911,7 @@
" var first = jsonData[0];",
" var id = pm.globals.get(\"checkin_id\");",
" pm.expect(first.name).to.eql(\"Demo Checkin 1\");",
" pm.expect(first.interval).to.eql(1);",
" pm.expect(first.interval).to.eql(3);",
"});"
],
"type": "text/javascript"