Change Facebook to Pinterest in tests/all.py

This commit is contained in:
Roopesh V S 2020-08-25 13:07:54 +05:30
parent 3116e85b61
commit f6a05e3086

View file

@ -75,7 +75,7 @@ class SherlockDetectTests(SherlockBaseTest):
Will trigger an assert if detection mechanism did not work as expected.
"""
site = 'Facebook'
site = 'Pinterest'
site_data = self.site_data_all[site]
#Ensure that the site's detection method has not changed.
@ -102,7 +102,7 @@ class SherlockDetectTests(SherlockBaseTest):
Will trigger an assert if detection mechanism did not work as expected.
"""
site = 'Facebook'
site = 'Pinterest'
site_data = self.site_data_all[site]
#Ensure that the site's detection method has not changed.