Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/d3998faf599af736a92c0ab03c6354217950b47b You should set ROOT_URL correctly, otherwise the web may not work correctly.

Try devRant

pull/2187/head
Paul Pfeister 10 months ago
parent a774a639d4
commit d3998faf59
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -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…
Cancel
Save