Skip to content

Commit

Permalink
Merge branch 'master' of github.com:redbox-mint/redbox-portal
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrazzatti committed Nov 10, 2021
2 parents e303fab + db8f605 commit 746eb52
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/postman/test-collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -5223,7 +5223,6 @@
"listen": "test",
"script": {
"exec": [
"setTimeout(function(){},30000)",
"pm.test(\"Status code is 200\", function () {",
" pm.response.to.have.status(200);",
"});",
Expand All @@ -5235,6 +5234,15 @@
],
"type": "text/javascript"
}
},
{
"listen": "prerequest",
"script": {
"exec": [
"setTimeout(function(){},30000)"
],
"type": "text/javascript"
}
}
],
"request": {
Expand Down

0 comments on commit 746eb52

Please sign in to comment.