From 8fcaf6c0086bbd43f378fdf947d54c90227e9468 Mon Sep 17 00:00:00 2001 From: Marcos Felipe Date: Sat, 7 Nov 2020 19:38:46 -0300 Subject: [PATCH] Fix the tests response_url --- 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 90892b79..f9468160 100644 --- a/sherlock/tests/all.py +++ b/sherlock/tests/all.py @@ -129,7 +129,7 @@ class SherlockDetectTests(SherlockBaseTest): Will trigger an assert if detection mechanism did not work as expected. """ - site = 'Quora' + site = 'VK' site_data = self.site_data_all[site] #Ensure that the site's detection method has not changed. @@ -156,7 +156,7 @@ class SherlockDetectTests(SherlockBaseTest): Will trigger an assert if detection mechanism did not work as expected. """ - site = 'Quora' + site = 'VK' site_data = self.site_data_all[site] #Ensure that the site's detection method has not changed.