Skip to content

Commit

Permalink
test: update how the integration server users Querier (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus authored Mar 18, 2024
1 parent c3381c5 commit 6f5f1f2
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 @@ -533,7 +533,8 @@ app.post("/login-2.18", async (req, res) => {
enableAntiCsrf: false,
userDataInJWT: payload,
userDataInDatabase: {}
}
},
{}
);
Querier.apiVersion = undefined;

Expand Down

0 comments on commit 6f5f1f2

Please sign in to comment.