Skip to content

Commit

Permalink
fix(tests): use http not https in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus committed Mar 20, 2024
1 parent 1395664 commit fddba1e
Show file tree
Hide file tree
Showing 2 changed files with 551 additions and 482 deletions.
2 changes: 1 addition & 1 deletion tests/ar-io.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('ArIO Client', () => {
arIO = new ArIO({
contract: new RemoteContract<ArIOState>({
contractTxId: ARNS_DEVNET_REGISTRY_TX,
url: process.env.REMOTE_CACHE_URL || 'https://localhost:3000',
url: process.env.REMOTE_CACHE_URL || 'http://localhost:3000',
}),
signer,
});
Expand Down

0 comments on commit fddba1e

Please sign in to comment.