From 094073f7717057a393add8720f793a05ded8e20e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20S=C5=82omka?= Date: Wed, 20 Sep 2023 15:26:12 +0200 Subject: [PATCH] [Tests] Fixed test after merge-up from 3.3 (#74) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed test failing in https://github.com/ibexa/rest/pull/73 Co-authored-by: Krzysztof SÅ‚omka --- tests/bundle/Functional/ImageVariationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bundle/Functional/ImageVariationTest.php b/tests/bundle/Functional/ImageVariationTest.php index 49e2e9c0..fb84c043 100644 --- a/tests/bundle/Functional/ImageVariationTest.php +++ b/tests/bundle/Functional/ImageVariationTest.php @@ -127,7 +127,7 @@ public function testGetImageVariation(string $restVersionHref): void self::assertHttpResponseHasHeader( $variationResponse, 'content-type', - 'application/vnd.ez.api.ContentImageVariation+json' + 'application/vnd.ibexa.api.ContentImageVariation+json' ); } }