Browse Source

Fix SVG test

Gaël Métais 10 years ago
parent
commit
2620f75955
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/core/imageOptimizerTest.js

+ 1 - 0
test/core/imageOptimizerTest.js

@@ -189,6 +189,7 @@ describe('imageOptimizer', function() {
             },
             status: 200,
             isImage: true,
+            isSVG: true,
             type: 'image',
             contentType: 'image/svg+xml',
             contentLength: 999,