mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fix PublishingUpdatesGeneratorTest
This commit is contained in:
parent
84a187a26f
commit
d2403367b5
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user