mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 12:23:03 +00:00
Change Facebook to Pinterest in tests/all.py
This commit is contained in:
parent
3116e85b61
commit
f6a05e3086
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ class SherlockDetectTests(SherlockBaseTest):
|
||||||
Will trigger an assert if detection mechanism did not work as expected.
|
Will trigger an assert if detection mechanism did not work as expected.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
site = 'Facebook'
|
site = 'Pinterest'
|
||||||
site_data = self.site_data_all[site]
|
site_data = self.site_data_all[site]
|
||||||
|
|
||||||
#Ensure that the site's detection method has not changed.
|
#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.
|
Will trigger an assert if detection mechanism did not work as expected.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
site = 'Facebook'
|
site = 'Pinterest'
|
||||||
site_data = self.site_data_all[site]
|
site_data = self.site_data_all[site]
|
||||||
|
|
||||||
#Ensure that the site's detection method has not changed.
|
#Ensure that the site's detection method has not changed.
|
||||||
|
|
Loading…
Reference in a new issue