Skip to content

Commit

Permalink
Pushing to get started
Browse files Browse the repository at this point in the history
  • Loading branch information
bryancross committed Nov 9, 2023
1 parent 3afce84 commit e878811
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions postman/collections/Cat Fact API.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"listen": "test",
"script": {
"id": "a86631dd-90be-4666-9705-df1ab2f81d73",
"type": "text/javascript",
"exec": [
"pm.test(\"Status code is 200\", function () {",
" pm.response.to.have.status(200);",
Expand All @@ -36,7 +35,8 @@
"})",
"",
""
]
],
"type": "text/javascript"
}
}
],
Expand All @@ -53,7 +53,7 @@
}
],
"url": {
"raw": "{{baseUrl}}/facts?max_length=200&limit=2",
"raw": "{{baseUrl}}/facts?max_length=200&limit=4",
"host": [
"{{baseUrl}}"
],
Expand All @@ -66,9 +66,9 @@
"value": "200"
},
{
"description": "limit the amount of results returned",
"key": "limit",
"value": "2"
"value": "4",
"description": "limit the amount of results returned"
}
]
},
Expand Down

0 comments on commit e878811

Please sign in to comment.