Fix test that broke when memex.marginalia.nu started redirecting to www.marginalia.nu.

This commit is contained in:
Viktor Lofgren 2023-05-28 13:46:24 +02:00
parent 4e9e79454f
commit e332faa07e

View File

@ -21,7 +21,7 @@ class CrawlerRetreiverTest {
// Tests the case when there are no URLs provided in the crawl set and the
// crawler needs to guess the protocol
var specs = new CrawlingSpecification("1", 5, "memex.marginalia.nu", new ArrayList<>());
var specs = new CrawlingSpecification("1", 5, "www.marginalia.nu", new ArrayList<>());
HttpFetcher fetcher = new HttpFetcher("test.marginalia.nu");