From 75b92279279fd0b63c5efaeae7360f251fb6b6aa Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 16 Jul 2022 19:17:05 +0200 Subject: [PATCH] updated tests to remove Pinterest --- sherlock/tests/all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/tests/all.py b/sherlock/tests/all.py index 2408c9f2..56b829b5 100644 --- a/sherlock/tests/all.py +++ b/sherlock/tests/all.py @@ -102,7 +102,7 @@ class SherlockDetectTests(SherlockBaseTest): 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.