mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 22:51:23 +00:00
chore: Fix types in tests 35/N.
This commit is contained in:
@@ -717,9 +717,17 @@ describe("registerSlackInteractionEvents", () => {
|
||||
},
|
||||
},
|
||||
},
|
||||
} as unknown as {
|
||||
id?: string;
|
||||
callback_id?: string;
|
||||
root_view_id?: string;
|
||||
previous_view_id?: string;
|
||||
external_id?: string;
|
||||
hash?: string;
|
||||
state?: { values: Record<string, unknown> };
|
||||
},
|
||||
},
|
||||
});
|
||||
} as never);
|
||||
|
||||
expect(ack).toHaveBeenCalled();
|
||||
expect(resolveSessionKey).toHaveBeenCalledWith({
|
||||
|
||||
Reference in New Issue
Block a user