mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
feat(aws): Update regions for AWS services (#9631)
Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com> Co-authored-by: pedrooot <pedromarting3@gmail.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1754,13 +1754,13 @@ aws:
|
||||
assert not recovered_regions
|
||||
|
||||
def test_get_regions_all_count(self):
|
||||
assert len(AwsProvider.get_regions(partition=None)) == 38
|
||||
assert len(AwsProvider.get_regions(partition=None)) == 39
|
||||
|
||||
def test_get_regions_cn_count(self):
|
||||
assert len(AwsProvider.get_regions("aws-cn")) == 2
|
||||
|
||||
def test_get_regions_aws_count(self):
|
||||
assert len(AwsProvider.get_regions(partition="aws")) == 34
|
||||
assert len(AwsProvider.get_regions(partition="aws")) == 35
|
||||
|
||||
def test_get_all_regions(self):
|
||||
with patch(
|
||||
|
||||
Reference in New Issue
Block a user