Skip to content

Commit

Permalink
Update test to use still-present target
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Nov 5, 2024
1 parent 6fa6039 commit 06b062c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_probes.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_known_positives_via_status_code(self, sites_info, site, username):

# 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):
Expand Down

0 comments on commit 06b062c

Please sign in to comment.