Skip to content

Commit ac9e4f7

Browse files
fix flaky test
1 parent b0c77c9 commit ac9e4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ def run(self, config: Config, monkeypatch) -> None:
10851085
custom_response_download_from_url=CustomResponse(
10861086
code=403,
10871087
first_invocation=2,
1088-
last_invocation=4,
1088+
last_invocation=3,
10891089
body=PresignedUrlDownloadTestCase.expired_url_aws_response,
10901090
),
10911091
),

0 commit comments

Comments
 (0)