Browse Source

Fix integration test.

Mark Story 9 years ago
parent
commit
09da3b0c19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/TestSuite/EmailAssertTraitTest.php

+ 1 - 1
tests/TestCase/TestSuite/EmailAssertTraitTest.php

@@ -57,7 +57,7 @@ class EmailAssertTraitTest extends TestCase
         $this->assertEmailAttachmentsContains('TestUserMailer.php');
         $this->assertEmailAttachmentsContains('TestMailer.php', [
             'file' => dirname(dirname(__DIR__)) . DS . 'test_app' . DS . 'TestApp' . DS . 'Mailer' . DS . 'TestMailer.php',
-            'mimetype' => 'application/octet-stream',
+            'mimetype' => 'text/x-php',
         ]);
     }
 }