Merge pull request #1690 from sherlock-project/fix-tests

fixed tests
pull/1692/head
Siddharth Dushantha 1 year ago committed by GitHub
commit 5671077de3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -216,10 +216,7 @@ class SherlockBaseTest(unittest.TestCase):
site_no_tests_list = []
for site, site_data in self.site_data_all.items():
if (
(site_data.get("username_claimed") is None) or
(site_data.get("username_unclaimed") is None)
):
if site_data.get("username_claimed") is None:
# Test information not available on this site.
site_no_tests_list.append(site)

Loading…
Cancel
Save