Skip to content

Commit

Permalink
fixes cicd testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Mar 18, 2024
1 parent 4279805 commit 24807e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testHelpers/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ app.post("/login-2.18", async (req, res) => {
enableAntiCsrf: false,
userDataInJWT: payload,
userDataInDatabase: {}
}
},
{}
);
Querier.apiVersion = undefined;

Expand Down

0 comments on commit 24807e7

Please sign in to comment.