From 41c03af3d9b7c1ba0a0e0fc8972b4f8b583c44a8 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Fri, 4 Mar 2016 00:28:05 +0100 Subject: [PATCH] Don't use SexyLosers for tests. It's currently broken. --- 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 9e7a11081..0e123cae9 100644 --- a/tests/test_dosage.py +++ b/tests/test_dosage.py @@ -56,7 +56,7 @@ class TestDosage (unittest.TestCase): tmpdir = tempfile.mkdtemp() try: # fetch html and rss 2 - run_with_options(["--numstrips", "2", "--baseurl", "bla", "--basepath", tmpdir, "--output", "rss", "--output", "html", "--adult", "sexyloser"]) + run_with_options(["--numstrips", "2", "--baseurl", "bla", "--basepath", tmpdir, "--output", "rss", "--output", "html", "--adult", "oglaf"]) finally: shutil.rmtree(tmpdir) # create a temporary directory for images