Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typos
  • Loading branch information
cecton committed Jun 5, 2020
commit 0919806e3c25c84d6543ba2332f5b3e655f7a967
4 changes: 2 additions & 2 deletions test/parachain/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ async fn integration_test() {
.arg("--base-path")
.arg(polkadot_alice_dir.path())
.arg("--alice")
.arg(&["--unsafe-rpc-external", "--rpc-methods=Unsafe"])
.args(&["--unsafe-rpc-external", "--rpc-methods=Unsafe"])
.arg("--rpc-port=27015")
.arg("--port=27115")
.spawn()
Expand All @@ -208,7 +208,7 @@ async fn integration_test() {
.arg("--base-path")
.arg(polkadot_bob_dir.path())
.arg("--bob")
.arg(&["--unsafe-rpc-external", "--rpc-methods=Unsafe"])
.args(&["--unsafe-rpc-external", "--rpc-methods=Unsafe"])
.arg("--rpc-port=27016")
.arg("--port=27116")
.spawn()
Expand Down