Skip to content

Commit

Permalink
Update integration_tests/test_basic.py
Browse files Browse the repository at this point in the history
Signed-off-by: mmsqe <[email protected]>
  • Loading branch information
mmsqe authored Oct 18, 2024
1 parent df34a67 commit ab1df58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,8 @@ def test_local_statesync(cronos, tmp_path_factory):
base_port,
{
"json-rpc": {
"address": "127.0.0.1:26671",
"address": f"127.0.0.1:{ports.evmrpc_port(base_port)}",
"ws-address": f"127.0.0.1:{ports.evmrpc_ws_port(base_port)}",
},
"versiondb": {
"enable": True,
Expand Down

0 comments on commit ab1df58

Please sign in to comment.