Skip to content

Commit

Permalink
fix: tools/js-example tests broken: update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheworris committed Oct 30, 2024
1 parent 78044a5 commit 999b3bc
Show file tree
Hide file tree
Showing 2 changed files with 16,135 additions and 1,255 deletions.
2 changes: 1 addition & 1 deletion tools/js-example/login.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as siwf from "@projectlibertylabs/siwf";
describe("SIWF login test", () => {
it("should retrieve a valid login result from the Mock SIWF server", async () => {
const authorizationCode = "loginAuthCode123"; // Ensure this matches the mock server response
const options = { endpoint: "http://localhost:3000", loginMsgUri: "localhost" };
const options = { endpoint: "http://localhost:3000", loginMsgUri: "testnet.frequencyaccess.com" };

try {
const result = await siwf.getLoginResult(authorizationCode, options);
Expand Down
Loading

0 comments on commit 999b3bc

Please sign in to comment.