Skip to content

Commit

Permalink
aut-2776 change rateLimit configuration and improve integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
di-fabs committed Jun 6, 2024
1 parent 114618d commit dbbcd4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("Integration:: contact us - public user", () => {

next();
});

process.env.API_RATE_LIMIT = "1000";
app = await require("../../../app").createApp();
smartAgentApiUrl = process.env.SMARTAGENT_API_URL;

Expand All @@ -39,7 +39,7 @@ describe("Integration:: contact us - public user", () => {
cookies = res.headers["set-cookie"];
});

process.env.API_RATE_LIMIT = "1000";

});

beforeEach(() => {
Expand Down

0 comments on commit dbbcd4a

Please sign in to comment.