Fix tests. Instagram no longer uses the message detection.

pull/590/head
Christopher K. Hoadley 4 years ago
parent 529b37bc60
commit 5edc3c0a0b

@ -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.

Loading…
Cancel
Save