This repository was archived by the owner on Mar 23, 2026. It is now read-only.
GitHub Actions / LocalStack Community integration with Pro
failed
Feb 5, 2026 in 0s
2 fail, 351 skipped, 4 837 pass in 2h 0m 6s
Annotations
Check warning on line 0 in tests.aws.services.s3control.test_s3control.TestLegacyS3Control
github-actions / LocalStack Community integration with Pro
test_lifecycle_public_access_block (tests.aws.services.s3control.test_s3control.TestLegacyS3Control) failed
pytest-junit-community-2.xml [took 1s]
Raw output
AssertionError: assert 'InternalFailure' == 'NoSuchPublic...Configuration'
- NoSuchPublicAccessBlockConfiguration
+ InternalFailure
self = <tests.aws.services.s3control.test_s3control.TestLegacyS3Control object at 0x7f72f686afd0>
s3control_client = <localstack.aws.connect.MetadataRequestInjector object at 0x7f6fefd6b410>
account_id = '000000000000'
@markers.aws.validated
def test_lifecycle_public_access_block(self, s3control_client, account_id):
with pytest.raises(ClientError) as ce:
s3control_client.get_public_access_block(AccountId=account_id)
> assert ce.value.response["Error"]["Code"] == "NoSuchPublicAccessBlockConfiguration"
E AssertionError: assert 'InternalFailure' == 'NoSuchPublic...Configuration'
E
E - NoSuchPublicAccessBlockConfiguration
E + InternalFailure
../../localstack/tests/aws/services/s3control/test_s3control.py:90: AssertionError
Check warning on line 0 in tests.aws.services.s3control.test_s3control.TestLegacyS3Control
github-actions / LocalStack Community integration with Pro
test_public_access_block_validations (tests.aws.services.s3control.test_s3control.TestLegacyS3Control) failed
pytest-junit-community-2.xml [took 0s]
Raw output
AssertionError: assert 'InternalFailure' == 'AccessDenied'
- AccessDenied
+ InternalFailure
self = <tests.aws.services.s3control.test_s3control.TestLegacyS3Control object at 0x7f72f686b110>
s3control_client = <localstack.aws.connect.MetadataRequestInjector object at 0x7f6fefc65730>
account_id = '000000000000'
@markers.aws.only_localstack
def test_public_access_block_validations(self, s3control_client, account_id):
# Moto forces IAM use with the account id even when not enabled
with pytest.raises(ClientError) as error:
s3control_client.get_public_access_block(AccountId="111111111111")
> assert error.value.response["Error"]["Code"] == "AccessDenied"
E AssertionError: assert 'InternalFailure' == 'AccessDenied'
E
E - AccessDenied
E + InternalFailure
../../localstack/tests/aws/services/s3control/test_s3control.py:117: AssertionError
Loading