test: update non-Termux workspace-scope fixtures for #38358 fix

The non-Termux web/TUI install path now scopes to --workspace <name>;
update two fixtures that asserted the old unscoped install commands.
This commit is contained in:
Teknium
2026-06-06 18:22:20 -07:00
parent 7db7a9462d
commit f2e8234307
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ class TestBuildWebUISkipsWhenFresh:
assert result is True
args, kwargs = mock_run.call_args
assert args[0] == ["/usr/bin/npm", "ci", "--silent"]
assert args[0] == ["/usr/bin/npm", "ci", "--workspace", "web", "--silent"]
assert kwargs["cwd"] == tmp_path