diff --git a/Repository/Tests/LocationServiceTest.php b/Repository/Tests/LocationServiceTest.php index f2f6b38de..4d3fea766 100644 --- a/Repository/Tests/LocationServiceTest.php +++ b/Repository/Tests/LocationServiceTest.php @@ -1277,7 +1277,7 @@ public function testSwapLocation() ); $this->assertEquals( $demoDesignLocation->id, - $repository->getURLAliasService()->lookup('/Plain-site')->destination + $repository->getURLAliasService()->lookup('/eZ-Publish-Demo-Design-without-demo-content')->destination ); }