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

Co-authored-by: sergargar <sergargar@users.noreply.github.com>
Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
Sergio Garcia
2023-12-20 14:08:52 +01:00
committed by GitHub
parent 78505cb0a8
commit e570d94a6e
2 changed files with 90 additions and 2 deletions

View File

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