projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ce9527
)
[test_InfoExtractor] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Sun, 13 Dec 2020 16:47:13 +0000
(23:47 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 13 Dec 2020 16:47:13 +0000
(23:47 +0700)
test/test_InfoExtractor.py
patch
|
blob
|
history
diff --git
a/test/test_InfoExtractor.py
b/test/test_InfoExtractor.py
index 8745f3aac10d4690a1392204f38d89dc88ac5227..dd69a681bef4176b008e08bfc1196f6f599f7bc6 100644
(file)
--- a/
test/test_InfoExtractor.py
+++ b/
test/test_InfoExtractor.py
@@
-147,7
+147,6
@@
class TestInfoExtractor(unittest.TestCase):
'height': 1080,
})
-
def test_download_json(self):
uri = encode_data_uri(b'{"foo": "blah"}', 'application/json')
self.assertEqual(self.ie._download_json(uri, None), {'foo': 'blah'})