Use a more reliable comic for tests.

This commit is contained in:
Tobias Gruetzmacher 2016-05-21 16:16:02 +02:00
parent 0a5acfdfc7
commit ca1c32cf09

View file

@ -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", "oglaf"])
"--output", "html", "--adult", "TheThinHLine"])
def test_fetch_indexed(self, tmpdir):
run_with_options(["-n", "2", "-v", "-b", str(tmpdir), "xkcd:303"])