aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-03-23 23:20:28 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-03-23 23:20:28 +0800
commit2d60465e44c3290fa1ee4239fe18eb9d0c69d9e9 (patch)
tree2cece9ad46ee88957bf647f7c61eb78b7f5decc3 /test/test_utils.py
parent4333d56494a48929303ce306330ee3cded989d48 (diff)
downloadyoutube-dl-2d60465e44c3290fa1ee4239fe18eb9d0c69d9e9.zip
youtube-dl-2d60465e44c3290fa1ee4239fe18eb9d0c69d9e9.tar.gz
youtube-dl-2d60465e44c3290fa1ee4239fe18eb9d0c69d9e9.tar.bz2
[test/test_utils] Update for escape_url change
Diffstat (limited to 'test/test_utils.py')
-rw-r--r--test/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_utils.py b/test/test_utils.py
index 325b870..8ba5315 100644
--- a/test/test_utils.py
+++ b/test/test_utils.py
@@ -577,7 +577,7 @@ class TestUtil(unittest.TestCase):
)
self.assertEqual(
escape_url('http://тест.рф/фрагмент'),
- 'http://тест.рф/%D1%84%D1%80%D0%B0%D0%B3%D0%BC%D0%B5%D0%BD%D1%82'
+ 'http://xn--e1aybc.xn--p1ai/%D1%84%D1%80%D0%B0%D0%B3%D0%BC%D0%B5%D0%BD%D1%82'
)
self.assertEqual(
escape_url('http://тест.рф/абв?абв=абв#абв'),