Skip to content

Commit 06b062c

Browse files
committed
Update test to use still-present target
1 parent 6fa6039 commit 06b062c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_probes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_known_positives_via_status_code(self, sites_info, site, username):
4444

4545
# Known positives should only use sites trusted to be reliable and unchanging
4646
@pytest.mark.parametrize('site,username',[
47-
('BodyBuilding', 'blue'),
47+
('Keybase', 'blue'),
4848
('devRant', 'blue'),
4949
])
5050
def test_known_positives_via_response_url(self, sites_info, site, username):

0 commit comments

Comments
 (0)