fix(rds): fix typo error in rds_snapshots_public_access_fixer test (#5826)

This commit is contained in:
Daniel Barranquero
2024-11-19 14:23:52 +01:00
committed by GitHub
parent 456f79d80c
commit f5e71db5e0
@@ -6,7 +6,7 @@ from moto import mock_aws
from tests.providers.aws.utils import AWS_REGION_US_EAST_1, set_mocked_aws_provider
class Test_rds_snapshots_public_access:
class Test_rds_snapshots_public_access_fixer:
@mock_aws
def test_rds_private_snapshot(self):
conn = client("rds", region_name=AWS_REGION_US_EAST_1)