We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da578a commit 3289bb1Copy full SHA for 3289bb1
cypress/integration/default/images.spec.ts
@@ -29,7 +29,7 @@ describe('next/images', () => {
29
30
it('should show throw if an image is not on the domains or remotePatterns allowlist', () => {
31
cy.request('/broken-image').then((response) => {
32
- expect(response.status).to.eq(500)
+ expect(response.status).to.eq(200)
33
expect(response.body).to.include(
34
'hostname "broken-domain" is not configured under images in your `next.config.js`',
35
)
0 commit comments