Re-enable node-cli tests in CI and fix them (#14093)

With the recent change of re-running flaky tests this should be fine!
This commit is contained in:
Bastian Köcher
2023-05-08 16:19:38 +02:00
committed by GitHub
parent be56fd3f53
commit a8cd277d1c
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ pub fn start_node() -> Child {
Command::new(cargo_bin("substrate"))
.stdout(process::Stdio::piped())
.stderr(process::Stdio::piped())
.args(&["--dev", "--tmp", "--ws-port=45789", "--no-hardware-benchmarks"])
.args(&["--dev", "--tmp", "--rpc-port=45789", "--no-hardware-benchmarks"])
.spawn()
.unwrap()
}