Skip to content

Commit e4a95fd

Browse files
committed
fix test
1 parent 54da911 commit e4a95fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Unit/Jobs/UpdateSiteTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ function ($method) use ($responses) {
116116
$siteMock->method('getConnectionAttribute')->willReturn($connectionMock);
117117
$siteMock->method('getFrontendStatus')->willReturn(200);
118118
$siteMock->id = 1;
119+
$siteMock->url = "http://example.org";
119120

120121
return $siteMock;
121122
}

0 commit comments

Comments
 (0)