From c4e1f1a73c3d980b901e5e333a645b5e5451f611 Mon Sep 17 00:00:00 2001 From: bymyself Date: Sat, 12 Apr 2025 11:47:20 -0700 Subject: [PATCH] remove mtl file from testcase (actually plaintext support file) --- tests-unit/folder_paths_test/filter_by_content_types_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-unit/folder_paths_test/filter_by_content_types_test.py b/tests-unit/folder_paths_test/filter_by_content_types_test.py index 5fb1b0e7b..683f9fc11 100644 --- a/tests-unit/folder_paths_test/filter_by_content_types_test.py +++ b/tests-unit/folder_paths_test/filter_by_content_types_test.py @@ -11,7 +11,7 @@ def file_extensions(): 'image': ['gif', 'heif', 'ico', 'jpeg', 'jpg', 'png', 'pnm', 'ppm', 'svg', 'tiff', 'webp', 'xbm', 'xpm'], 'audio': ['aif', 'aifc', 'aiff', 'au', 'flac', 'm4a', 'mp2', 'mp3', 'ogg', 'snd', 'wav'], 'video': ['avi', 'm2v', 'm4v', 'mkv', 'mov', 'mp4', 'mpeg', 'mpg', 'ogv', 'qt', 'webm', 'wmv'], - 'model': ['gltf', 'glb', 'obj', 'mtl', 'fbx', 'stl'] + 'model': ['gltf', 'glb', 'obj', 'fbx', 'stl'] }