diff --git a/scrapy/tests/test_selector.py b/scrapy/tests/test_selector.py index 00790537b..9533bfbd2 100644 --- a/scrapy/tests/test_selector.py +++ b/scrapy/tests/test_selector.py @@ -43,7 +43,7 @@ class SelectorTestCase(unittest.TestCase): self.assertEqual( map(repr, sel.xpath('//input/@name')), - [u"".format(40 * 'b')] + ["".format(40 * 'b')] ) def test_select_unicode_query(self):