diff options
Diffstat (limited to 'packages/meshbay-node/tests/test_cli_dispatch.py')
| -rw-r--r-- | packages/meshbay-node/tests/test_cli_dispatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-node/tests/test_cli_dispatch.py b/packages/meshbay-node/tests/test_cli_dispatch.py index ce661b5..ad60b91 100644 --- a/packages/meshbay-node/tests/test_cli_dispatch.py +++ b/packages/meshbay-node/tests/test_cli_dispatch.py @@ -173,7 +173,7 @@ def test_the_verb_list_here_matches_the_parser(): f"VERBS above") # The server-rendered admin UI (and its `ui` verb) were removed in - # docs/refactor-node-ui.md phase 5. The control API stays; the browser + # docs/MESHBAY_DESIGN.md §6.7. The control API stays; the browser # page does not. assert "ui" not in declared, "the `ui` verb came back" |