fix exposed port syntax

Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
This commit is contained in:
Yusef Napora 2020-07-06 16:58:59 -04:00 committed by GitHub
parent 00cc982bcb
commit 8a4b6473f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
enable_go_build_cache = true
[global.run_config]
exposed_ports = ["6060", "1234", "2345"]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
[global.run.test_params]
clients = "1"