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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user