Skip to content

Commit 4acb6a8

Browse files
committed
CM-68872 ruff formatting
1 parent e2ac461 commit 4acb6a8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/cli/utils/test_scan_utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,4 @@ def test_secret_zip_size_limit_uses_presigned_limit_when_env_enabled(monkeypatch
4343
# The same zip fits under the 5 GB presigned limit when async is enabled.
4444
_validate_zip_file_size(consts.SECRET_SCAN_TYPE, consts.DEFAULT_ZIP_MAX_SIZE_LIMIT_IN_BYTES + 1)
4545
with pytest.raises(custom_exceptions.ZipTooLargeError):
46-
_validate_zip_file_size(
47-
consts.SECRET_SCAN_TYPE, consts.PRESIGNED_LINK_UPLOADED_ZIP_MAX_SIZE_LIMIT_IN_BYTES + 1
48-
)
46+
_validate_zip_file_size(consts.SECRET_SCAN_TYPE, consts.PRESIGNED_LINK_UPLOADED_ZIP_MAX_SIZE_LIMIT_IN_BYTES + 1)

0 commit comments

Comments
 (0)