We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a774a63 commit d3998faCopy full SHA for d3998fa
tests/test_probes.py
@@ -45,7 +45,7 @@ def test_known_positives_via_status_code(self, sites_info, site, username):
45
# Known positives should only use sites trusted to be reliable and unchanging
46
@pytest.mark.parametrize('site,username',[
47
('BodyBuilding', 'blue'),
48
- ('kofi', 'yeahkenny'),
+ ('devRant', 'blue'),
49
])
50
def test_known_positives_via_response_url(self, sites_info, site, username):
51
assert simple_query(sites_info=sites_info, site=site, username=username) is QueryStatus.CLAIMED
0 commit comments