use a non-twitter URL when testing snap creation

This commit is contained in:
Mike Fährmann
2020-06-12 18:31:14 +02:00
parent c184cce876
commit 087e3184dc
2 changed files with 2 additions and 1 deletions

View File

@@ -312,6 +312,7 @@ def setup_test_config():
config.set(("extractor", "e621") , "username", None)
config.set(("extractor", "instagram") , "username", None)
config.set(("extractor", "twitter") , "username", None)
config.set(("extractor", "twitter") , "retries" , 10)
config.set(("extractor", "newgrounds"), "username", "d1618111")
config.set(("extractor", "newgrounds"), "password", "d1618111")