(request: FormElicitation)
| 104 | |
| 105 | describe("formatPausedExecution approval terms", () => { |
| 106 | const paused = (request: FormElicitation) => |
| 107 | ({ |
| 108 | id: "exec_1", |
| 109 | elicitationContext: { address: "tools.x.org.default.y", args: {}, request }, |
| 110 | }) as Parameters<typeof formatPausedExecution>[0]; |
| 111 | |
| 112 | it("states the terms an upstream attached to the approval", () => { |
| 113 | // An empty schema makes this look like a plain yes/no, but the metadata |