aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2020-07-20 01:03:30 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2020-07-20 01:03:30 -0400
commitb8021f9432e9ef8cd0c9e10691c87acf32384c1d (patch)
treeafc6bcfdecda6d7f96bcf97fd11d90ce8b9acd9f /test
parentca8502e7208453826b06360d7c22fb1819658aa0 (diff)
parentba039cfb2e1ba2522ee0a0fa2a84a1a6579e4877 (diff)
Update upstream source from tag 'upstream/1.14.3'
Update to upstream version '1.14.3' with Debian dir db2a994b41aeb35b4309601bd2b3ac665434ddf1
Diffstat (limited to 'test')
-rw-r--r--test/test_results.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_results.py b/test/test_results.py
index 6a943aa..dd1ed1d 100644
--- a/test/test_results.py
+++ b/test/test_results.py
@@ -309,10 +309,6 @@ def setup_test_config():
config.set(("extractor", "nijie") , "username", email)
config.set(("extractor", "seiga") , "username", email)
- config.set(("extractor", "danbooru") , "username", None)
- config.set(("extractor", "e621") , "username", None)
- config.set(("extractor", "instagram") , "username", None)
- config.set(("extractor", "twitter") , "username", None)
config.set(("extractor", "newgrounds"), "username", "d1618111")
config.set(("extractor", "newgrounds"), "password", "d1618111")
@@ -320,6 +316,10 @@ def setup_test_config():
config.set(("extractor", "mangoxo") , "username", "LiQiang3")
config.set(("extractor", "mangoxo") , "password", "5zbQF10_5u25259Ma")
+ for category in ("danbooru", "instagram", "twitter", "subscribestar",
+ "e621"):
+ config.set(("extractor", category), "username", None)
+
config.set(("extractor", "mastodon.social"), "access-token",
"Blf9gVqG7GytDTfVMiyYQjwVMQaNACgf3Ds3IxxVDUQ")