fix 'range' tests and update a few test results

This commit is contained in:
Mike Fährmann
2018-10-08 23:30:06 +02:00
parent 392a081657
commit 1532d1b690
6 changed files with 10 additions and 11 deletions

View File

@@ -23,7 +23,6 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"gelbooru", # no API results
}
@@ -54,7 +53,7 @@ class TestExtractorResults(unittest.TestCase):
for key, value in result["options"]:
config.set(key.split("."), value)
if "range" in result:
config.set(("_", "image", "range"), (result["range"],))
config.set(("image-range",), result["range"])
content = "content" in result
else:
content = False