mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-10 11:35:53 +00:00
Fix broken testcase
This commit is contained in:
parent
e8e55de165
commit
b909d525f8
1 changed files with 1 additions and 1 deletions
|
|
@ -170,5 +170,5 @@ def test_request_verify_fingerprint(httpsserver):
|
|||
assert 'certificate verify failed' in str(excinfo.value)
|
||||
utils.request('GET', httpsserver.url, verify=False)
|
||||
with pytest.raises(requests.exceptions.SSLError) as excinfo:
|
||||
utils.request('GET', httpsserver.url, verify=False,
|
||||
utils.request('GET', httpsserver.url, verify=None,
|
||||
verify_fingerprint='ABCD')
|
||||
|
|
|
|||
Loading…
Reference in a new issue