Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from sherlock-project:master #3

Merged
merged 8 commits into from
Jul 17, 2022
Prev Previous commit
Next Next commit
updated tests to remove Pinterest
  • Loading branch information
sdushantha committed Jul 16, 2022
commit 75b92279279fd0b63c5efaeae7360f251fb6b6aa
2 changes: 1 addition & 1 deletion sherlock/tests/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_detect_false_via_status_code(self):
Will trigger an assert if detection mechanism did not work as expected.
"""

site = "Pinterest"
site = "PlayStore"
site_data = self.site_data_all[site]

#Ensure that the site's detection method has not changed.
Expand Down