Skip to content

Commit

Permalink
Try devRant
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Jun 24, 2024
1 parent a774a63 commit d3998fa
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 @@ -45,7 +45,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'),
('kofi', 'yeahkenny'),
('devRant', 'blue'),
])
def test_known_positives_via_response_url(self, sites_info, site, username):
assert simple_query(sites_info=sites_info, site=site, username=username) is QueryStatus.CLAIMED
Expand Down

0 comments on commit d3998fa

Please sign in to comment.