From f6a05e308665a04efe5bb337a49455db6f9fb7b7 Mon Sep 17 00:00:00 2001 From: Roopesh V S Date: Tue, 25 Aug 2020 13:07:54 +0530 Subject: [PATCH] Change Facebook to Pinterest in tests/all.py --- sherlock/tests/all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock/tests/all.py b/sherlock/tests/all.py index 4a9e5355..90892b79 100644 --- a/sherlock/tests/all.py +++ b/sherlock/tests/all.py @@ -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.