Skip to content

Commit

Permalink
Merge pull request #1 from JakubRumpca/fix-tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
JakubRumpca authored Jun 24, 2024
2 parents 598cc8b + 5fda624 commit 240a188
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions collections/Restful-booker.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,15 @@
"method": "GET",
"header": [],
"url": {
"raw": "https://restful-booker.herokuapp.com/booking/154",
"raw": "https://restful-booker.herokuapp.com/booking",
"protocol": "https",
"host": [
"restful-booker",
"herokuapp",
"com"
],
"path": [
"booking",
"154"
"booking"
]
}
},
Expand Down

0 comments on commit 240a188

Please sign in to comment.