Convert Bandcamp to use the Status Code detection method. The site gives a clean 404 error. Add to tests.
This commit is contained in:
+2
-2
@@ -159,7 +159,7 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
|
||||
|
||||
self.username_check(['noonewouldeverusethis7'],
|
||||
["Academia.edu", "9GAG", "About.me", "AngelList",
|
||||
"BLIP.fm"
|
||||
"BLIP.fm", "Bandcamp"
|
||||
],
|
||||
exist_check=False
|
||||
)
|
||||
@@ -182,7 +182,7 @@ class SherlockSiteCoverageTests(SherlockBaseTest):
|
||||
|
||||
self.username_check(['blue'],
|
||||
["Academia.edu", "9GAG", "About.me", "AngelList",
|
||||
"BLIP.fm"
|
||||
"BLIP.fm", "Bandcamp"
|
||||
],
|
||||
exist_check=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user