diff --git a/parity/configuration.rs b/parity/configuration.rs index 2327417c8..83eadbc2e 100644 --- a/parity/configuration.rs +++ b/parity/configuration.rs @@ -316,7 +316,7 @@ mod tests { chain: "morden".to_owned(), max_peers: 25, network_port: 30303, - rpc_enabled: false, + rpc_enabled: true, rpc_interface: "local".to_owned(), rpc_port: 8545, });