Skip to content

Commit d3998fa

Browse files
committed
Try devRant
1 parent a774a63 commit d3998fa

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
@@ -45,7 +45,7 @@ def test_known_positives_via_status_code(self, sites_info, site, username):
4545
# Known positives should only use sites trusted to be reliable and unchanging
4646
@pytest.mark.parametrize('site,username',[
4747
('BodyBuilding', 'blue'),
48-
('kofi', 'yeahkenny'),
48+
('devRant', 'blue'),
4949
])
5050
def test_known_positives_via_response_url(self, sites_info, site, username):
5151
assert simple_query(sites_info=sites_info, site=site, username=username) is QueryStatus.CLAIMED

0 commit comments

Comments
 (0)