Skip to content

Commit

Permalink
fix(scenarios): pass ?page=1 to first request of paginate issues
Browse files Browse the repository at this point in the history
BREAKING CHANGE: before the first request to issues was without the `?page=1` query. It is optional, we added it for simpler testing of pagination APIs in Octokit clients, such as https://github.com/octokit/rest.js/pull/910
  • Loading branch information
gr2m committed Sep 29, 2018
1 parent 56c92d8 commit 3c395e8
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 450 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"scope": "https://api.github.com:443",
"method": "get",
"path": "/repos/octokit-fixture-org/paginate-issues/issues?per_page=3",
"path": "/repos/octokit-fixture-org/paginate-issues/issues?per_page=3&page=1",
"body": "",
"status": 200,
"response": [
Expand Down
Loading

0 comments on commit 3c395e8

Please sign in to comment.