fix(aws_regions_by_service.json): FileNotFoundError[13] (#1689)

Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
Sergio Garcia
2023-01-12 13:24:03 +01:00
committed by GitHub
parent b03df619df
commit fe906477da
6 changed files with 29 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
from prowler.config.config import get_aws_available_regions
from prowler.providers.aws.aws_provider import get_aws_available_regions
class Test_Config: