mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 14:46:16 +00:00
591cef17d4
Improves test portability by resolving 127.0.0.1:0 to get a random free port instead of the hard coded one. Now the test works if you have a running node on the same interface already. Fixes #15685