Skip to content

Commit

Permalink
Refactor tests into two collections
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary A. Stafford committed Apr 18, 2018
1 parent 364387e commit 3eebca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postman/election-k8s-smoke.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
{
"listen": "test",
"script": {
"id": "aa2ffafb-9166-4537-89fe-ef51a3c8fc52",
"id": "7498e548-5ccc-44b4-8440-16414bb15090",
"type": "text/javascript",
"exec": [
"pm.test(\"Status code is 200\", function () {",
" pm.response.to.have.status(200);",
"});",
"",
"pm.test(\"Your test name\", function () {",
"pm.test(\"Status value is UP\", function () {",
" var jsonData = pm.response.json();",
" pm.expect(jsonData.status).to.eql(\"UP\");",
"});"
Expand Down

0 comments on commit 3eebca7

Please sign in to comment.