Convert BuzzFeed to use the Status Code detection method. The site gives a clean 404 error. Add to tests.

This commit is contained in:
Christopher K. Hoadley
2019-01-30 18:04:24 -06:00
parent 08ac008828
commit 223d9716cb
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -159,7 +159,7 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
self.username_check(['noonewouldeverusethis7'],
["Academia.edu", "9GAG", "About.me", "AngelList",
"BLIP.fm", "Bandcamp", "Behance"
"BLIP.fm", "Bandcamp", "Behance", "BuzzFeed"
],
exist_check=False
)
@@ -182,7 +182,7 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
self.username_check(['blue'],
["Academia.edu", "9GAG", "About.me", "AngelList",
"BLIP.fm", "Bandcamp", "Behance"
"BLIP.fm", "Bandcamp", "Behance", "BuzzFeed"
],
exist_check=True
)