Skip to content

Commit

Permalink
Fix tests. Instagram no longer uses the message detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoadlck committed Apr 12, 2020
1 parent 529b37b commit 5edc3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sherlock/tests/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_detect_true_via_message(self):
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.
Expand All @@ -48,7 +48,7 @@ def test_detect_false_via_message(self):
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.
Expand Down

0 comments on commit 5edc3c0

Please sign in to comment.