mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
[tests] completely ignore '#auth' for 'only_matching' tests
This commit is contained in:
parent
16e276fca4
commit
21831eba1e
@ -86,9 +86,9 @@ class TestExtractorResults(unittest.TestCase):
|
||||
|
||||
def _run_test(self, result):
|
||||
result.pop("#comment", None)
|
||||
auth = result.pop("#auth", None)
|
||||
only_matching = (len(result) <= 3)
|
||||
|
||||
auth = result.get("#auth")
|
||||
if auth is None:
|
||||
auth = (result["#category"][1] in AUTH)
|
||||
elif not auth:
|
||||
|
Loading…
Reference in New Issue
Block a user