Sfoglia il codice sorgente

Remove youtube swf signature test

Apparently, swf players are no longer in use. If we find one, we'll readd it.
Philipp Hagemeister 12 anni fa
parent
commit
8307aa73fb
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. 0 6
      test/test_youtube_signature.py

+ 0 - 6
test/test_youtube_signature.py

@@ -27,12 +27,6 @@ _TESTS = [
         85,
         u'3456789a0cdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS[UVWXYZ!"#$%&\'()*+,-./:;<=>?@',
     ),
-    (
-        u'https://s.ytimg.com/yts/swfbin/watch_as3-vflg5GhxU.swf',
-        u'swf',
-        82,
-        u':/.-,+*)=\'&%$#"!ZYX0VUTSRQPONMLKJIHGFEDCBAzyxw>utsrqponmlkjihgfedcba987654321'
-    ),
 ]