diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-09-21 15:10:38 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-09-21 15:10:38 +0200 |
commit | 95dbd2f9907416e86424e4372dbd2593c1699e7d (patch) | |
tree | eee495081dc5936c0e0260243ceb3018f50a9321 /test | |
parent | a7177865b19cdf711f15e01541aee9deae97a56c (diff) |
Change test target (Verified with node.js)
Diffstat (limited to 'test')
-rw-r--r-- | test/test_youtube_signature.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_youtube_signature.py b/test/test_youtube_signature.py index 2c06caef4..36533cf1f 100644 --- a/test/test_youtube_signature.py +++ b/test/test_youtube_signature.py @@ -30,7 +30,7 @@ _TESTS = [ u'https://s.ytimg.com/yts/swfbin/watch_as3-vflg5GhxU.swf', u'swf', 82, - u'23456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?#$%&\'()*+,-./:;<=>"' + u':/.-,+*)=\'&%$#"!ZYX0VUTSRQPONMLKJIHGFEDCBAzyxw>utsrqponmlkjihgfedcba987654321' ), ] |