Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SniperSister committed Nov 16, 2024
1 parent 54da911 commit e4a95fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/Jobs/UpdateSiteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ function ($method) use ($responses) {
$siteMock->method('getConnectionAttribute')->willReturn($connectionMock);
$siteMock->method('getFrontendStatus')->willReturn(200);
$siteMock->id = 1;
$siteMock->url = "http://example.org";

return $siteMock;
}
Expand Down

0 comments on commit e4a95fd

Please sign in to comment.