We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e3b43 commit 8c78889Copy full SHA for 8c78889
test/integration/image-component/default/test/index.test.js
@@ -117,7 +117,7 @@ function runTests(mode) {
117
118
await hasRedbox(browser)
119
expect(await getRedboxHeader(browser)).toContain(
120
- 'Invalid src prop (https://google.com/test.png) on `next/image`, hostname is not configured under images in your `next.config.js`'
+ 'Invalid src prop (https://google.com/test.png) on `next/image`, hostname "google.com" is not configured under images in your `next.config.js`'
121
)
122
})
123
}
0 commit comments