From 6de5b79fb8321a74ede75533dba37635266ee091 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Fri, 11 Aug 2017 00:12:07 +0200 Subject: [PATCH] Switch test to a comic without robots.txt block. --- tests/test_dosage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_dosage.py b/tests/test_dosage.py index 1d320c5ea..ec910cc65 100644 --- a/tests/test_dosage.py +++ b/tests/test_dosage.py @@ -52,7 +52,7 @@ class TestDosage(object): def test_fetch_html_and_rss_2(self, tmpdir): run_with_options(["--numstrips", "2", "--baseurl", "bla", "--basepath", str(tmpdir), "--output", "rss", - "--output", "html", "--adult", "TheThinHLine"]) + "--output", "html", "--adult", "BloomingFaeries"]) def test_fetch_indexed(self, tmpdir): run_with_options(["-n", "2", "-v", "-b", str(tmpdir), "xkcd:303"])