Fix PublishingUpdatesGeneratorTest

This commit is contained in:
Alejandro Celaya 2024-10-27 11:40:06 +01:00
parent 84a187a26f
commit d2403367b5

View File

@ -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);
}
}