Convert AngelList 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 17:49:04 -06:00
parent 89787b1509
commit 8a82d883c6
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -158,7 +158,7 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
"""
self.username_check(['noonewouldeverusethis7'],
["Academia.edu", "9GAG", "About.me"
["Academia.edu", "9GAG", "About.me", "AngelList"
],
exist_check=False
)
@@ -180,7 +180,7 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
"""
self.username_check(['blue'],
["Academia.edu", "9GAG", "About.me"
["Academia.edu", "9GAG", "About.me", "AngelList"
],
exist_check=True
)