diff options
Diffstat (limited to 'tests/app/Factories/ImageFactoryTest.php')
| -rw-r--r-- | tests/app/Factories/ImageFactoryTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Factories/ImageFactoryTest.php b/tests/app/Factories/ImageFactoryTest.php index bfe43cfffd..470fae1486 100644 --- a/tests/app/Factories/ImageFactoryTest.php +++ b/tests/app/Factories/ImageFactoryTest.php @@ -122,7 +122,7 @@ class ImageFactoryTest extends TestCase self::assertSame('image/svg+xml', $response->getHeaderLine('content-type')); self::assertStringContainsString( 'UnableToReadFile', - $response->getHeaderLine('x-thumbnail-exception'), + $response->getHeaderLine('x-file-exception'), ); } |
