We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c31a3d commit fa1fc84Copy full SHA for fa1fc84
1 file changed
server/mergin/tests/test_utils.py
@@ -364,7 +364,7 @@ def test_mime_type_validation_skip():
364
"mergin.sync.utils.get_mimetype", return_value="application/x-python-code"
365
), patch("mergin.sync.utils.Configuration.UPLOAD_FILES_WHITELIST", ALLOWED_FILES):
366
for file_path in ALLOWED_FILES:
367
- assert is_supported_extension(file_path)
+ assert is_supported_type(file_path)
368
369
# Should be forbidden
370
assert not is_supported_type("other.js")
0 commit comments