diff --git a/tests/test_probes.py b/tests/test_probes.py index 21bbe1d2..11fc8f83 100644 --- a/tests/test_probes.py +++ b/tests/test_probes.py @@ -44,7 +44,7 @@ class TestLiveTargets: # Known positives should only use sites trusted to be reliable and unchanging @pytest.mark.parametrize('site,username',[ - ('BodyBuilding', 'blue'), + ('Keybase', 'blue'), ('devRant', 'blue'), ]) def test_known_positives_via_response_url(self, sites_info, site, username):