Skip to content

Commit 0075e94

Browse files
committed
test(wallet-integration): maybe a port problem ?
1 parent 193582a commit 0075e94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/pop-cli/src/commands/up/contract.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ mod tests {
406406
use tokio::time::sleep;
407407
use url::Url;
408408

409-
const WALLET_INT_URI: &str = "http://127.0.0.1:9090";
409+
const WALLET_INT_URI: &str = "http://127.0.0.1:65535";
410410
const WAIT_SECS: u64 = 100;
411411

412412
// This struct implements the [`Payload`] trait and is used to submit

crates/pop-cli/src/wallet_integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl WalletIntegrationManager {
6969
/// A `WalletIntegrationManager` instance, with access to the state and task handle for the
7070
/// server.
7171
pub fn new<F: Frontend>(frontend: F, payload: TransactionData) -> Self {
72-
Self::new_with_address(frontend, payload, "127.0.0.1:9090")
72+
Self::new_with_address(frontend, payload, "127.0.0.1:65535")
7373
}
7474

7575
/// Same as `new`, but allows specifying the address to bind to.

0 commit comments

Comments
 (0)