diff --git a/Repository/Tests/ContentServiceTest.php b/Repository/Tests/ContentServiceTest.php index 1b4f76cfa..ead2d9415 100644 --- a/Repository/Tests/ContentServiceTest.php +++ b/Repository/Tests/ContentServiceTest.php @@ -694,7 +694,6 @@ public function testLoadVersionInfoByIdSetsExpectedVersionInfo(VersionInfo $vers 'languageCodes' => [ 'eng-US', ], - 'status' => ContentInfo::STATUS_PUBLISHED, ], $versionInfo ); @@ -2473,6 +2472,7 @@ public function testLoadVersionInfoByIdWithSecondParameterSetsExpectedVersionInf 'remoteId' => 'abcdef0123456789abcdef0123456789', 'mainLanguageCode' => 'eng-US', 'mainLocationId' => $draftContent->contentInfo->mainLocationId, + 'status' => ContentInfo::STATUS_PUBLISHED, ]), 'id' => $draftContent->versionInfo->id, 'versionNo' => 2,