mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Fix PublishingUpdatesGeneratorTest
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user