mirror of
https://github.com/katanemo/plano.git
synced 2026-06-08 14:55:14 +02:00
test: update trace listen default-host assertion to 127.0.0.1
This commit is contained in:
parent
7ea3054fd8
commit
ee48227e27
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ def test_trace_listen_starts_listener_with_defaults(runner, monkeypatch):
|
|||
result = runner.invoke(trace, ["listen"])
|
||||
|
||||
assert result.exit_code == 0, result.output
|
||||
assert seen == {"host": "0.0.0.0", "port": trace_cmd.DEFAULT_GRPC_PORT}
|
||||
assert seen == {"host": "127.0.0.1", "port": trace_cmd.DEFAULT_GRPC_PORT}
|
||||
|
||||
|
||||
def test_trace_down_prints_success_when_listener_stopped(runner, monkeypatch):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue