refactor(schedule): make absolute times explicit
This commit is contained in:
@@ -315,7 +315,6 @@ describe('Web session model selection', () => {
|
||||
// callable, so the refusal has to live here.
|
||||
const refused = await api.sessions.prompt(request({
|
||||
sessionId, mode: 'queue' as const, content: [{ type: 'text' as const, text: 'hi' }],
|
||||
clientTimeZone: 'UTC',
|
||||
}))
|
||||
expect(refused.result).toMatchObject({
|
||||
ok: false,
|
||||
|
||||
Reference in New Issue
Block a user