Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amitbadala committed Nov 1, 2023
1 parent a50d64b commit 1339645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/signup.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ describe("SuperTokens SignUp => Server Error", function () {
before(async function () {
browser = await puppeteer.launch({
args: ["--no-sandbox", "--disable-setuid-sandbox"],
headless: false,
headless: true,
});
});

Expand Down

0 comments on commit 1339645

Please sign in to comment.