mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 11:23:02 +00:00
Update test to use still-present target
This commit is contained in:
parent
6fa603981d
commit
06b062c122
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class TestLiveTargets:
|
||||||
|
|
||||||
# Known positives should only use sites trusted to be reliable and unchanging
|
# Known positives should only use sites trusted to be reliable and unchanging
|
||||||
@pytest.mark.parametrize('site,username',[
|
@pytest.mark.parametrize('site,username',[
|
||||||
('BodyBuilding', 'blue'),
|
('Keybase', 'blue'),
|
||||||
('devRant', 'blue'),
|
('devRant', 'blue'),
|
||||||
])
|
])
|
||||||
def test_known_positives_via_response_url(self, sites_info, site, username):
|
def test_known_positives_via_response_url(self, sites_info, site, username):
|
||||||
|
|
Loading…
Reference in a new issue