Problems with false positives on EyeEm/CreativeMarket/EVE Online. Add these sites to the tests to capture failure.

This commit is contained in:
Christopher K. Hoadley 2019-01-23 19:13:09 -06:00
parent eec1779a3f
commit b237b8fe02

View file

@ -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
)