mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-25 13:20:21 +00:00
Problems with false positives on EyeEm/CreativeMarket/EVE Online. Add these sites to the tests to capture failure.
This commit is contained in:
parent
eec1779a3f
commit
b237b8fe02
1 changed files with 4 additions and 2 deletions
|
@ -111,7 +111,8 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
|
|||
|
||||
self.username_check(['noonewouldeverusethis7'],
|
||||
["Pinterest", "iMGSRC.RU", "Pastebin",
|
||||
"WordPress", "devRant", "ImageShack", "MeetMe"
|
||||
"WordPress", "devRant", "ImageShack", "MeetMe",
|
||||
"EyeEm", "CreativeMarket", "EVE Online"
|
||||
],
|
||||
exist_check=False
|
||||
)
|
||||
|
@ -134,7 +135,8 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
|
|||
|
||||
self.username_check(['blue'],
|
||||
["Pinterest", "iMGSRC.RU", "Pastebin",
|
||||
"WordPress", "devRant", "ImageShack", "MeetMe"
|
||||
"WordPress", "devRant", "ImageShack", "MeetMe",
|
||||
"EyeEm", "CreativeMarket", "EVE Online"
|
||||
],
|
||||
exist_check=True
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue