diff --git a/module/Core/test/EventDispatcher/PublishingUpdatesGeneratorTest.php b/module/Core/test/EventDispatcher/PublishingUpdatesGeneratorTest.php index 1ea76bf6..08b4cdb7 100644 --- a/module/Core/test/EventDispatcher/PublishingUpdatesGeneratorTest.php +++ b/module/Core/test/EventDispatcher/PublishingUpdatesGeneratorTest.php @@ -71,6 +71,7 @@ class PublishingUpdatesGeneratorTest extends TestCase 'crawlable' => false, 'forwardQuery' => true, 'visitsSummary' => VisitsSummary::fromTotalAndNonBots(0, 0), + 'hasRedirectRules' => false, ], 'visit' => [ 'referer' => '', @@ -145,6 +146,7 @@ class PublishingUpdatesGeneratorTest extends TestCase 'crawlable' => false, 'forwardQuery' => true, 'visitsSummary' => VisitsSummary::fromTotalAndNonBots(0, 0), + 'hasRedirectRules' => false, ]], $update->payload); } }