Skip to content

Commit

Permalink
fix(deps): update dependency @octokit/fixtures to v21.3.9 (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 29, 2021
1 parent b4c9207 commit a2b69ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/fixtures": "21.3.6",
"@octokit/fixtures": "21.3.9",
"cachimo": "^2.0.1",
"console-log-level": "^1.4.0",
"cors": "^2.8.4",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/binary-response-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test("binary response (octokit/rest.js#743)", async (t) => {
t.is(getArchiveResponse.status, 302);
t.is(
getArchiveResponse.headers.location,
`http://localhost:3000/codeload.github.com/${fixtureId}/octokit-fixture-org/get-archive/legacy.tar.gz/main`
`http://localhost:3000/codeload.github.com/${fixtureId}/octokit-fixture-org/get-archive/legacy.tar.gz/refs/heads/main`
);

const { pathname } = new URL(getArchiveResponse.headers.location);
Expand Down

0 comments on commit a2b69ee

Please sign in to comment.