Skip to content

Commit 379de8b

Browse files
committed
fix contentDispositionType
1 parent 974138b commit 379de8b

File tree

1 file changed

+1
-1
lines changed
  • test/integration/next-image-new/app-dir-qualities/test

1 file changed

+1
-1
lines changed

test/integration/next-image-new/app-dir-qualities/test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function runTests(mode: 'dev' | 'server') {
9494
expect(manifest).toEqual({
9595
version: 1,
9696
images: {
97-
contentDispositionType: 'attachment',
97+
contentDispositionType: 'inline',
9898
contentSecurityPolicy:
9999
"script-src 'none'; frame-src 'none'; sandbox;",
100100
dangerouslyAllowSVG: false,

0 commit comments

Comments
 (0)