mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-10-17 17:37:22 +02:00
Web: Fix test for @title.
This commit is contained in:
parent
ad3f58efc2
commit
943f3a0133
@ -50,7 +50,7 @@ class WebTestCase(ChannelPluginTestCase):
|
|||||||
|
|
||||||
def testTitle(self):
|
def testTitle(self):
|
||||||
self.assertResponse('title http://www.slashdot.org/',
|
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,
|
# Amazon add a bunch of scripting stuff to the top of their page,
|
||||||
# so we need to allow for a larger peekSize
|
# so we need to allow for a larger peekSize
|
||||||
# Actually, screw Amazon. Even bumping this up to 10k doesn't give us enough
|
# Actually, screw Amazon. Even bumping this up to 10k doesn't give us enough
|
||||||
|
Loading…
x
Reference in New Issue
Block a user