Convert all supported Response URL sites to use JSON driven tests.
This commit is contained in:
+2
-14
@@ -109,13 +109,7 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
|
||||
Will trigger an assert if detection mechanism did not work as expected.
|
||||
"""
|
||||
|
||||
self.username_check(['noonewouldeverusethis7'],
|
||||
["Pinterest", "iMGSRC.RU", "Pastebin",
|
||||
"WordPress", "devRant", "ImageShack", "MeetMe",
|
||||
"EyeEm", "CreativeMarket", "EVE Online", "Canva"
|
||||
],
|
||||
exist_check=False
|
||||
)
|
||||
self.detect_type_check("response_url", exist_check=False)
|
||||
|
||||
return
|
||||
|
||||
@@ -133,13 +127,7 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
|
||||
Will trigger an assert if detection mechanism did not work as expected.
|
||||
"""
|
||||
|
||||
self.username_check(['blue'],
|
||||
["Pinterest", "iMGSRC.RU", "Pastebin",
|
||||
"WordPress", "devRant", "ImageShack", "MeetMe",
|
||||
"EyeEm", "CreativeMarket", "EVE Online", "Canva"
|
||||
],
|
||||
exist_check=True
|
||||
)
|
||||
self.detect_type_check("response_url", exist_check=True)
|
||||
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user