Skip to content

Commit

Permalink
fix(tests): use process vars as priority url
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus committed Mar 20, 2024
1 parent 4581b8d commit faab4f3
Showing 1 changed file with 1 addition and 1 deletion.
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: 'https://localhost:3000',
url: process.env.REMOTE_CACHE_URL || 'https://localhost:3000',
}),
signer,
});
Expand Down

0 comments on commit faab4f3

Please sign in to comment.