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

pull/144/head
Christopher K. Hoadley 5 years ago
parent eec1779a3f
commit b237b8fe02

@ -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…
Cancel
Save