Skip to content

Commit

Permalink
fix(deps): update dependency @octokit/fixtures to v23 (#348)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @octokit/fixtures to v23

* test: add `accept-encoding` header

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: wolfy1339 <webmaster@wolfy1339.com>
  • Loading branch information
renovate[bot] and wolfy1339 committed Apr 10, 2024
1 parent 3710ee7 commit 0078378
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -34,7 +34,7 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/fixtures": "22.0.6",
"@octokit/fixtures": "23.1.1",
"cachimo": "^2.0.1",
"console-log-level": "^1.4.0",
"cors": "^2.8.4",
Expand Down
2 changes: 2 additions & 0 deletions test/integration/binary-response.test.js
Expand Up @@ -33,6 +33,7 @@ test("binary response (octokit/rest.js#743)", async () => {
)
.set({
accept: "application/vnd.github.v3+json",
"accept-encoding": "gzip, compress, deflate, br",
authorization: "token 0000000000000000000000000000000000000001",
})
.catch((error) => error.response);
Expand All @@ -47,6 +48,7 @@ test("binary response (octokit/rest.js#743)", async () => {

const { status } = await agent.get(pathname).set({
accept: "application/vnd.github.v3+json",
"accept-encoding": "gzip, compress, deflate, br",
authorization: "token 0000000000000000000000000000000000000001",
});

Expand Down

0 comments on commit 0078378

Please sign in to comment.