diff --git a/sherlock/tests/all.py b/sherlock/tests/all.py index c5b99c6d..4a9e5355 100644 --- a/sherlock/tests/all.py +++ b/sherlock/tests/all.py @@ -21,7 +21,7 @@ class SherlockDetectTests(SherlockBaseTest): Will trigger an assert if detection mechanism did not work as expected. """ - site = 'Instagram' + site = 'Instructables' site_data = self.site_data_all[site] #Ensure that the site's detection method has not changed. @@ -48,7 +48,7 @@ class SherlockDetectTests(SherlockBaseTest): Will trigger an assert if detection mechanism did not work as expected. """ - site = 'Instagram' + site = 'Instructables' site_data = self.site_data_all[site] #Ensure that the site's detection method has not changed.