diff options
| author | 2020-07-20 01:03:23 -0400 | |
|---|---|---|
| committer | 2020-07-20 01:03:23 -0400 | |
| commit | ba039cfb2e1ba2522ee0a0fa2a84a1a6579e4877 (patch) | |
| tree | 2e057b8e83968c7ab951b1b60aa16b71682f5414 /test | |
| parent | 02dd2886783cd303cff6890a741152d013bb00ce (diff) | |
New upstream version 1.14.3.upstream/1.14.3
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_results.py | 8 |
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") |
