[Test] Update test expectations for #4420 (#4511)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
filtered
2025-07-24 17:59:39 +10:00
committed by GitHub
parent 4d0ba197a8
commit 4d7e9b70d1
2 changed files with 1 additions and 0 deletions

View File

@@ -563,6 +563,7 @@ export class ComfyPage {
if (fileName.endsWith('.webm')) return 'video/webm'
if (fileName.endsWith('.json')) return 'application/json'
if (fileName.endsWith('.glb')) return 'model/gltf-binary'
if (fileName.endsWith('.avif')) return 'image/avif'
return 'application/octet-stream'
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB