Skip to content

Commit 3c29294

Browse files
committed
chore: fix scheduled action bad request test
1 parent 17e90e5 commit 3c29294

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/integration/scheduled-action-integration.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ describe('Scheduled Actions API', () => {
223223
} catch (error: any) {
224224
const parsed = JSON.parse(error.message)
225225
expect(parsed.status).toBe(400)
226-
expect(parsed.statusText).toBe('Bad Request')
227226
expect(parsed.message).toBe('The resource could not be found.')
228227
}
229228
})

0 commit comments

Comments
 (0)