tidy-up: whitespace [ci skip]

This commit is contained in:
Viktor Szakats 2024-05-14 16:49:47 +02:00
parent 0c890d93eb
commit 4eb4d660d6
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
4 changed files with 2 additions and 4 deletions

View File

@ -51,4 +51,3 @@ A name to use to over-ride the `public_name` field of an ECHConfigList
Most errors cause error Most errors cause error
*CURLE_ECH_REQUIRED* (101). *CURLE_ECH_REQUIRED* (101).

View File

@ -175,4 +175,3 @@ class TestSSLUse:
assert r.json, f'{r}' assert r.json, f'{r}'
if proto != 'h3': # we proxy h3 if proto != 'h3': # we proxy h3
assert r.json['SSL_TLS_SNI'] == domain, f'{r.json}' assert r.json['SSL_TLS_SNI'] == domain, f'{r.json}'