Skip to content

Commit

Permalink
Fixed test after merge-up from 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kisztof committed Sep 20, 2023
1 parent 09cfd30 commit 35156c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bundle/Functional/ImageVariationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);
}
}

0 comments on commit 35156c1

Please sign in to comment.