mirror of https://github.com/statping/statping
postman test fix
parent
2ffbfca653
commit
b1255d7152
|
@ -4911,7 +4911,7 @@
|
||||||
" var first = jsonData[0];",
|
" var first = jsonData[0];",
|
||||||
" var id = pm.globals.get(\"checkin_id\");",
|
" var id = pm.globals.get(\"checkin_id\");",
|
||||||
" pm.expect(first.name).to.eql(\"Demo Checkin 1\");",
|
" 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"
|
"type": "text/javascript"
|
||||||
|
|
Loading…
Reference in New Issue