chore(aws): Set scan_unused_services False by default (#5425)

This commit is contained in:
Pepe Fagoaga
2024-10-16 13:19:10 +02:00
committed by GitHub
parent 4be83f240a
commit bfdff563e6
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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