fix(k8s): remove typos from PCI 4.0 (#7294)

This commit is contained in:
Pedro Martín
2025-03-19 09:31:40 +01:00
committed by Pepe Fagoaga
parent c516773cff
commit 29ff19eead
2 changed files with 3012 additions and 4015 deletions
File diff suppressed because it is too large Load Diff
@@ -145,12 +145,15 @@ class Test_route53_public_hosted_zones_cloudwatch_logging_enabled:
),
}
with mock.patch(
"prowler.providers.aws.services.route53.route53_service.Route53",
new=route53,
), mock.patch(
"prowler.providers.aws.services.route53.route53_public_hosted_zones_cloudwatch_logging_enabled.route53_public_hosted_zones_cloudwatch_logging_enabled.route53_client",
new=route53,
with (
mock.patch(
"prowler.providers.aws.services.route53.route53_service.Route53",
new=route53,
),
mock.patch(
"prowler.providers.aws.services.route53.route53_public_hosted_zones_cloudwatch_logging_enabled.route53_public_hosted_zones_cloudwatch_logging_enabled.route53_client",
new=route53,
),
):
# Test Check
from prowler.providers.aws.services.route53.route53_public_hosted_zones_cloudwatch_logging_enabled.route53_public_hosted_zones_cloudwatch_logging_enabled import (