relaying/ RPC
This commit is contained in:
@@ -452,6 +452,7 @@ def test_default_cli_passes_advertise_host(monkeypatch):
|
||||
"meshnet-node",
|
||||
"--tracker", "http://192.168.0.179:8081",
|
||||
"--advertise-host", "192.168.0.42",
|
||||
"--debug",
|
||||
"--no-tui",
|
||||
])
|
||||
|
||||
@@ -465,3 +466,4 @@ def test_default_cli_passes_advertise_host(monkeypatch):
|
||||
|
||||
assert captured["tracker_url"] == "http://192.168.0.179:8081"
|
||||
assert captured["advertise_host"] == "192.168.0.42"
|
||||
assert captured["debug"] is True
|
||||
|
||||
Reference in New Issue
Block a user