Skip to content

Commit 8c78889

Browse files
committed
Update test
1 parent d7e3b43 commit 8c78889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/image-component/default/test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function runTests(mode) {
117117

118118
await hasRedbox(browser)
119119
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`'
120+
'Invalid src prop (https://google.com/test.png) on `next/image`, hostname "google.com" is not configured under images in your `next.config.js`'
121121
)
122122
})
123123
}

0 commit comments

Comments
 (0)