mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-18 05:28:29 +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'],
|
self.username_check(['noonewouldeverusethis7'],
|
||||||
["Pinterest", "iMGSRC.RU", "Pastebin",
|
["Pinterest", "iMGSRC.RU", "Pastebin",
|
||||||
"WordPress", "devRant", "ImageShack", "MeetMe"
|
"WordPress", "devRant", "ImageShack", "MeetMe",
|
||||||
|
"EyeEm", "CreativeMarket", "EVE Online"
|
||||||
],
|
],
|
||||||
exist_check=False
|
exist_check=False
|
||||||
)
|
)
|
||||||
|
@ -134,7 +135,8 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
|
||||||
|
|
||||||
self.username_check(['blue'],
|
self.username_check(['blue'],
|
||||||
["Pinterest", "iMGSRC.RU", "Pastebin",
|
["Pinterest", "iMGSRC.RU", "Pastebin",
|
||||||
"WordPress", "devRant", "ImageShack", "MeetMe"
|
"WordPress", "devRant", "ImageShack", "MeetMe",
|
||||||
|
"EyeEm", "CreativeMarket", "EVE Online"
|
||||||
],
|
],
|
||||||
exist_check=True
|
exist_check=True
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue