tidy-up: whitespace [ci skip]

This commit is contained in:
Viktor Szakats 2024-04-16 09:52:23 +02:00
parent 3774b8a9a7
commit f81f60206d
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
9 changed files with 13 additions and 22 deletions

View file

@ -97,5 +97,3 @@ class TestBasic:
r.check_stats(http_status=200, count=1)
assert r.stats[0]['time_connect'] > 0, f'{r.stats[0]}'
assert r.stats[0]['time_appconnect'] > 0, f'{r.stats[0]}'