Explorar el Código

[youtube] Correct signature testcase

Philipp Hagemeister hace 11 años
padre
commit
7fd48d0413
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/test_youtube_signature.py

+ 1 - 1
test/test_youtube_signature.py

@@ -49,7 +49,7 @@ _TESTS = [
         u'http://s.ytimg.com/yts/swfbin/player-vfl5vIhK2/watch_as3.swf',
         u'swf',
         86,
-        u'23456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!?#$%&\'()*+,-./:;<=>"'
+        u'O1I3456789abcde0ghijklmnopqrstuvwxyzABCDEFGHfJKLMN2PQRSTUVWXY\\!"#$%&\'()*+,-./:;<=>?'
     ),
 ]