Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
acharb committed Apr 9, 2024
1 parent 72c98d0 commit 3c060e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @stellar/typescript-wallet-sdk/test/wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ describe("Http client", () => {
const accountKp = Keypair.fromSecret(
"SDXC3OHSJZEQIXKEWFDNEZEQ7SW5DWBPW7RKUWI36ILY3QZZ6VER7TXV",
);
const client = DefaultClient;
const client = axios.create();

const resp = await client.get(
`http://testanchor.stellar.org/auth?account=${accountKp.publicKey()}`,
Expand Down

0 comments on commit 3c060e9

Please sign in to comment.