Skip to content

Commit

Permalink
Make sure we don't call dns in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchirica authored and justinengland committed May 14, 2021
1 parent 3cbb5dc commit 07f8ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/setup_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ async def setup_full_node(
config["introducer_peer"]["port"] = introducer_port
else:
config["introducer_peer"] = None
config["dns_servers"] = []
config["port"] = port
config["rpc_port"] = port + 1000
overrides = config["network_overrides"]["constants"][config["selected_network"]]
Expand Down

0 comments on commit 07f8ed1

Please sign in to comment.