mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:33:33 +03:00
parent
4c6b74e1e8
commit
217fd5b424
9 changed files with 11 additions and 11 deletions
|
|
@ -229,7 +229,7 @@ class TestProxy:
|
|||
indata = open(srcfile).readlines()
|
||||
for i in range(count):
|
||||
respdata = open(curl.response_file(i)).readlines()
|
||||
assert respdata == indata, f'resonse {i} differs'
|
||||
assert respdata == indata, f'response {i} differs'
|
||||
assert r.total_connects == 1, r.dump_logs()
|
||||
|
||||
@pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue