mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
Fix test that broke when memex.marginalia.nu started redirecting to www.marginalia.nu.
This commit is contained in:
parent
4e9e79454f
commit
e332faa07e
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user