Skip to content

Commit

Permalink
fix(tests): RequestError [HttpError]: Bad credentials cause but noc…
Browse files Browse the repository at this point in the history
…k not intercepting calls to github with FAKE_CREDS

solution: nock/nock#2397 (comment)
  • Loading branch information
adrienjoly committed Apr 21, 2024
1 parent ec98167 commit 5573915
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 54 deletions.
60 changes: 8 additions & 52 deletions functions/package-lock.json

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

4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-prettier": "^4.2.1",
"expect": "^29.3.1",
"firebase-tools": "^11.20.0",
"nock": "^13.2.9",
"nock": "^14.0.0-beta.6",
"node-fetch": "^3.3.0",
"prettier": "^2.8.2",
"ts-node": "^10.9.1",
Expand All @@ -55,4 +55,4 @@
"singleQuote": true,
"semi": false
}
}
}

0 comments on commit 5573915

Please sign in to comment.