version up

pull/595/head v0.90.40
hunterlong 2020-05-18 22:55:58 -07:00
parent 0116560831
commit 47e8039761
1 changed files with 2 additions and 0 deletions

2
dev/postman.json vendored
View File

@ -21,6 +21,8 @@
"pm.globals.set(\"start_time\", tm - 259200);",
"pm.globals.set(\"end_time\", tm);",
"",
"var connection = pm.environment.get(\"db_connection\");",
"",
"pm.test(\"Response is ok\", function () {",
" pm.response.to.have.status(200);",
"});",