Skip to content

Commit

Permalink
[Tests] Fixed test after merge-up from 3.3 (#74)
Browse files Browse the repository at this point in the history
Fixed test failing in #73

Co-authored-by: Krzysztof Słomka <[email protected]>
  • Loading branch information
kisztof and kisztof authored Sep 20, 2023
1 parent 09cfd30 commit 094073f
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 094073f

Please sign in to comment.