tidy-up: whitespace [ci skip]

This commit is contained in:
Viktor Szakats 2024-06-24 20:26:34 +02:00
parent 1f1975b84c
commit ff92e3b13c
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 1 additions and 3 deletions

View file

@ -76,4 +76,3 @@ class TestMethods:
'&chunks=1&chunk_size=0&chunk_delay=10ms'
r = curl.http_delete(urls=[url], alpn_proto=proto)
r.check_stats(count=count, http_status=204, exitcode=0)

View file

@ -168,4 +168,3 @@ class TestVsFTPD:
tofile=dstfile,
n=1))
assert False, f'upload {dstfile} differs:\n{diff}'