mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
Try devRant
This commit is contained in:
parent
a774a639d4
commit
d3998faf59
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class TestLiveTargets:
|
|||
# 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
|
||||
|
|
Loading…
Reference in a new issue