| 3425 | ) |
| 3426 | |
| 3427 | class CustomStampingVisitor(StampingVisitor): |
| 3428 | def on_signature(self, sig, **headers) -> dict: |
| 3429 | return {"on_signature": 42} |
| 3430 | |
| 3431 | with subtests.test("Prepare canvas workflow and stamp it"): |
| 3432 | link_sig = identity.si("link") |
no outgoing calls