From ba8774c66559af4a479d41087cbbc66e5972a90f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mih=C3=A1ly=20Lengyel?= Date: Mon, 18 Mar 2024 16:12:18 +0100 Subject: [PATCH] test: update how the integration server users Querier (#120) --- TestingApp/test/server/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TestingApp/test/server/index.js b/TestingApp/test/server/index.js index 95ef6f4..98cd61c 100644 --- a/TestingApp/test/server/index.js +++ b/TestingApp/test/server/index.js @@ -513,7 +513,8 @@ app.post("/login-2.18", async (req, res) => { enableAntiCsrf: false, userDataInJWT: payload, userDataInDatabase: {} - } + }, + {} ); Querier.apiVersion = undefined;