test: update status expectations for verbose/elevated labels

This commit is contained in:
Peter Steinberger
2026-01-09 23:43:24 +00:00
parent e18080163f
commit 9a8d3aed26
2 changed files with 4 additions and 4 deletions

View File

@@ -885,7 +885,7 @@ describe("directive behavior", () => {
); );
const text = Array.isArray(res) ? res[0]?.text : res?.text; const text = Array.isArray(res) ? res[0]?.text : res?.text;
expect(text).toContain("Elevated: off"); expect(text).not.toContain("elevated");
expect(runEmbeddedPiAgent).not.toHaveBeenCalled(); expect(runEmbeddedPiAgent).not.toHaveBeenCalled();
}); });
}); });