Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Mar 28, 2023
1 parent 71a07e2 commit e413fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ test("throws UnauthorizedError if unauthorized", async (ctx) => {
msw.rest.get(
new URL("./customtypes", client.endpoint).toString(),
(_req, res, ctx) => {
// We force the API to return a 403 status code to simulate an
// We force the API to return a 401 status code to simulate an
// unauthorized request.
return res(ctx.status(401), ctx.text("[MOCK UNAUTHORIZED ERROR]"));
},
Expand Down

0 comments on commit e413fae

Please sign in to comment.