Skip to content

Commit

Permalink
fix: Fix CICD tests (#683)
Browse files Browse the repository at this point in the history
* Update CICD and test server

* Update CICD and test server

* Update CICD
  • Loading branch information
nkshah2 authored Sep 1, 2023
1 parent b15917d commit 0366f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/frontendIntegration/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ let { verifySession } = require("../../recipe/session/framework/express");
let { middleware, errorHandler } = require("../../framework/express");
let supertokens_node_version = require("../../lib/build/version").version;
const { Querier } = require("../../lib/build/querier");
const { default: NormalisedURLPath } = require("../../lib/build/normalisedURLPath");

let urlencodedParser = bodyParser.urlencoded({ limit: "20mb", extended: true, parameterLimit: 20000 });
let jsonParser = bodyParser.json({ limit: "20mb" });
Expand Down

0 comments on commit 0366f7b

Please sign in to comment.