Skip to content

Commit

Permalink
test: update how the integration server users Querier (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Mar 18, 2024
1 parent 8ee03a2 commit ba8774c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TestingApp/test/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,8 @@ app.post("/login-2.18", async (req, res) => {
enableAntiCsrf: false,
userDataInJWT: payload,
userDataInDatabase: {}
}
},
{}
);
Querier.apiVersion = undefined;

Expand Down

0 comments on commit ba8774c

Please sign in to comment.