From 943f3a0133dccc02879362e907b116e9b68339c5 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 12 Dec 2012 19:24:23 +0100 Subject: [PATCH] Web: Fix test for @title. --- plugins/Web/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Web/test.py b/plugins/Web/test.py index 9e6ff4f8a..29507f472 100644 --- a/plugins/Web/test.py +++ b/plugins/Web/test.py @@ -50,7 +50,7 @@ class WebTestCase(ChannelPluginTestCase): def testTitle(self): self.assertResponse('title http://www.slashdot.org/', - 'Slashdot - News for nerds, stuff that matters') + 'Slashdot: News for nerds, stuff that matters') # Amazon add a bunch of scripting stuff to the top of their page, # so we need to allow for a larger peekSize # Actually, screw Amazon. Even bumping this up to 10k doesn't give us enough