mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
chore(aws): Set scan_unused_services False by default (#5425)
This commit is contained in:
@@ -451,7 +451,7 @@ class TestAWSProvider:
|
||||
aws_provider = AwsProvider(mfa=mfa)
|
||||
|
||||
assert aws_provider.type == "aws"
|
||||
assert aws_provider.scan_unused_services is None
|
||||
assert aws_provider.scan_unused_services is False
|
||||
assert aws_provider.audit_config == {}
|
||||
assert (
|
||||
aws_provider.session.current_session.region_name == AWS_REGION_US_EAST_1
|
||||
|
||||
Reference in New Issue
Block a user