Skip to content

Commit 099fe5f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7c338ff commit 099fe5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_client_middleware_digest_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ async def handler(request: Request) -> Response:
13311331
assert auth_algorithms[0] == "MD5-sess" # Not "MD5-SESS"
13321332

13331333

1334-
_REGEX_TIME_THRESHOLD = (0.02, 0.02) # 20ms, +20ms each retry
1334+
_REGEX_TIME_THRESHOLD = (0.02, 0.02) # 20ms, +20ms each retry
13351335

13361336

13371337
@pytest.mark.flaky(reruns=3)

0 commit comments

Comments
 (0)