Skip to content

Commit

Permalink
test: fix with-phone-password-mfa
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Mar 19, 2024
1 parent 5128e91 commit af0ed0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/with-phone-password-mfa/api-server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ supertokens.init({
framework: "express",
supertokens: {
// TODO: This is a core hosted for demo purposes. You can use this, but make sure to change it to your core instance URI eventually.
connectionURI: "http://localhost:3567",
connectionURI: "https://try.supertokens.com",
apiKey: "<REQUIRED FOR MANAGED SERVICE, ELSE YOU CAN REMOVE THIS FIELD>",
},
appInfo: {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-phone-password-mfa/test/basic.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("SuperTokens Example Basic tests", function () {

browser = await puppeteer.launch({
args: ["--no-sandbox", "--disable-setuid-sandbox"],
headless: false,
headless: true,
});
page = await browser.newPage();
});
Expand Down

0 comments on commit af0ed0a

Please sign in to comment.