Fix tests

This commit is contained in:
Viktor Lofgren 2024-12-25 15:05:41 +01:00
parent df4bc1d7e9
commit e6ef4734ea

View File

@ -132,6 +132,7 @@ public class MockedSearchResults {
public static SearchSiteInfoService.SiteInfoWithContext mockSiteInfoData() throws URISyntaxException { public static SearchSiteInfoService.SiteInfoWithContext mockSiteInfoData() throws URISyntaxException {
return new SearchSiteInfoService.SiteInfoWithContext( return new SearchSiteInfoService.SiteInfoWithContext(
"www.example.com", "www.example.com",
false,
Optional.of("other.example.com"), Optional.of("other.example.com"),
14, 14,
"https://www.example.com", "https://www.example.com",