Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 1, 2024
1 parent a1eb886 commit f10161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/middleware-general/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ describe('Middleware Runtime', () => {
const payload = readMiddlewareJSON(response)
expect('error' in payload).toBe(true)
expect(payload.error.name).toBe('AbortError')
expect(payload.error.message).toContain('This operation was aborted')
expect(payload.error.message).toContain('The operation was aborted')
})

it(`should validate & parse request url from any route`, async () => {
Expand Down

0 comments on commit f10161f

Please sign in to comment.