Skip to content

Commit 4d7e9b7

Browse files
webfilteredgithub-actions
andauthored
[Test] Update test expectations for #4420 (#4511)
Co-authored-by: github-actions <[email protected]>
1 parent 4d0ba19 commit 4d7e9b7

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

browser_tests/fixtures/ComfyPage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ export class ComfyPage {
563563
if (fileName.endsWith('.webm')) return 'video/webm'
564564
if (fileName.endsWith('.json')) return 'application/json'
565565
if (fileName.endsWith('.glb')) return 'model/gltf-binary'
566+
if (fileName.endsWith('.avif')) return 'image/avif'
566567
return 'application/octet-stream'
567568
}
568569

66.9 KB
Loading

0 commit comments

Comments
 (0)