There was an error while loading. Please reload this page.
1 parent e2ac461 commit 4acb6a8Copy full SHA for 4acb6a8
1 file changed
tests/cli/utils/test_scan_utils.py
@@ -43,6 +43,4 @@ def test_secret_zip_size_limit_uses_presigned_limit_when_env_enabled(monkeypatch
43
# The same zip fits under the 5 GB presigned limit when async is enabled.
44
_validate_zip_file_size(consts.SECRET_SCAN_TYPE, consts.DEFAULT_ZIP_MAX_SIZE_LIMIT_IN_BYTES + 1)
45
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
- )
+ _validate_zip_file_size(consts.SECRET_SCAN_TYPE, consts.PRESIGNED_LINK_UPLOADED_ZIP_MAX_SIZE_LIMIT_IN_BYTES + 1)
0 commit comments