mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:40:44 +00:00
fix(codex): restore sanitized permission approval detail
This commit is contained in:
committed by
Peter Steinberger
parent
dc13cd68ed
commit
08a81740ae
@@ -128,7 +128,6 @@ describe("Codex app-server approval bridge", () => {
|
||||
expect(mockCallGatewayTool).not.toHaveBeenCalled();
|
||||
expect(params.onAgentEvent).not.toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it("labels permission approvals explicitly with sanitized permission detail", async () => {
|
||||
const params = createParams();
|
||||
mockCallGatewayTool.mockResolvedValueOnce({
|
||||
|
||||
Reference in New Issue
Block a user