aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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")