aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_extractor.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-03-13 16:26:37 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2021-03-13 16:26:37 -0500
commitda957b2f208e97f6676605a8e23d12b4085c1ce7 (patch)
tree9caf3d31f464715398822e8e47f71c7682e297aa /test/test_extractor.py
parentd968c34172dd5c2eb307b14aa7e2fac7f4707214 (diff)
parent3201d77a148367d739862b4f07868a76eaeb7cb1 (diff)
Update upstream source from tag 'upstream/1.17.0'
Update to upstream version '1.17.0' with Debian dir a31fb4b099fcdaf845e80d20dda8fb0f31bf26c1
Diffstat (limited to 'test/test_extractor.py')
-rw-r--r--test/test_extractor.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_extractor.py b/test/test_extractor.py
index 8bc3a27..f04e1c7 100644
--- a/test/test_extractor.py
+++ b/test/test_extractor.py
@@ -219,10 +219,6 @@ class TestExtractorWait(unittest.TestCase):
class TextExtractorOAuth(unittest.TestCase):
- @classmethod
- def setUpClass(cls):
- mastodon.generate_extractors()
-
def test_oauth1(self):
for category in ("flickr", "smugmug", "tumblr"):
extr = extractor.find("oauth:" + category)