()
| 2279 | } |
| 2280 | |
| 2281 | function callbackLiveStep() { |
| 2282 | return { |
| 2283 | name: "AgentSpace callback URL verification", |
| 2284 | status: "pass", |
| 2285 | detail: "ok", |
| 2286 | liveCheck: true, |
| 2287 | requiredEnv: ["FEISHU_SMOKE_CALLBACK_URL", "FEISHU_VERIFICATION_TOKEN"], |
| 2288 | callbackRoute: "/api/integrations/feishu/events", |
| 2289 | callbackRouteFingerprint: "sha256:0123456789abcdef", |
| 2290 | }; |
| 2291 | } |
| 2292 | |
| 2293 | function liveStep( |
| 2294 | name: string, |
no outgoing calls
no test coverage detected