mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
fix(rds): fix typo error in rds_snapshots_public_access_fixer test (#5826)
This commit is contained in:
committed by
GitHub
parent
456f79d80c
commit
f5e71db5e0
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user