We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e90e5 commit 3c29294Copy full SHA for 3c29294
1 file changed
test/integration/scheduled-action-integration.test.ts
@@ -223,7 +223,6 @@ describe('Scheduled Actions API', () => {
223
} catch (error: any) {
224
const parsed = JSON.parse(error.message)
225
expect(parsed.status).toBe(400)
226
- expect(parsed.statusText).toBe('Bad Request')
227
expect(parsed.message).toBe('The resource could not be found.')
228
}
229
})
0 commit comments