chore(regions_update): Changes in regions for AWS services. (#2654)

Co-authored-by: sergargar <sergargar@users.noreply.github.com>
This commit is contained in:
Sergio Garcia
2023-08-01 11:52:02 +02:00
committed by GitHub
parent 78f0b823a9
commit 864d178e01
2 changed files with 107 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ def mock_prowler_get_latest_release(_):
class Test_Config:
def test_get_aws_available_regions(self):
assert len(get_aws_available_regions()) == 31
assert len(get_aws_available_regions()) == 32
@mock.patch(
"prowler.config.config.requests.get", new=mock_prowler_get_latest_release