Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 357ca00

Browse files
author
Akim Mamedov
committed
Use localhost for tests
1 parent 34bd267 commit 357ca00

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/@tests/aqua/src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ export const runTest = async (): Promise<TestResult> => {
6363

6464
console.log("connecting to Fluence Network...");
6565
console.log("multiaddr: ", relay.multiaddr);
66-
await Fluence.connect(relay, optsWithRandomKeyPair());
66+
67+
await Fluence.connect(relay, {
68+
...optsWithRandomKeyPair(),
69+
CDNUrl: "http://localhost:3001",
70+
});
6771

6872
console.log("connected");
6973

0 commit comments

Comments
 (0)