From b06f6c1618a64cbab9a7d09a169c75fdf0a8dda8 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 19 May 2013 16:23:14 +0200 Subject: [PATCH] Fixed test failure introduced in 1927bf7c91. --- tests/defaultfilters/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/defaultfilters/tests.py b/tests/defaultfilters/tests.py index f885f4fa73..0a0852cdd9 100644 --- a/tests/defaultfilters/tests.py +++ b/tests/defaultfilters/tests.py @@ -312,7 +312,7 @@ class DefaultFiltersTests(TestCase): self.assertEqual(urlize('see test[at[example.com'), 'see test[at[example.com' ) self.assertEqual(urlize('[http://168.192.0.1](http://168.192.0.1)'), - u'[http://168.192.0.1](http://168.192.0.1)') + '[http://168.192.0.1](http://168.192.0.1)') # Check urlize works with IPv4/IPv6 addresses self.assertEqual(urlize('http://192.168.0.15/api/9'),