Skip to content

Commit

Permalink
SRE fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuhair2002 committed Aug 16, 2024
1 parent e4a068a commit ed6e163
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 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
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@contentstack/delivery-sdk": "^4.0.5",
"@gql2ts/from-schema": "^2.0.0-4",
"axios": "^1.7.2",
"axios": "^1.7.4",
"lodash": "^4.17.21",
"prettier": "^3.3.3"
}
Expand Down
4 changes: 1 addition & 3 deletions tests/integration/generateTS/generateTS.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,7 @@ describe("generateTS function with errors", () => {
branch,
});
} catch (err: any) {
expect(err.error_message).toEqual(
"Something went wrong, You're not allowed in here unless you're logged in."
);
expect(err.error_message).toEqual("Something went wrong, Bad Request");
}
});

Expand Down

0 comments on commit ed6e163

Please sign in to comment.