build(deps-dev): bump moto from 4.2.13 to 5.0.0 (#3329)

Co-authored-by: Sergio Garcia <sergargar1@gmail.com>
This commit is contained in:
dependabot[bot]
2024-02-05 12:06:16 +01:00
committed by GitHub
parent de77f3ff13
commit b23be4164f
229 changed files with 1291 additions and 1812 deletions

View File

@@ -6,7 +6,7 @@ from pkgutil import ModuleInfo
from boto3 import client
from fixtures.bulk_checks_metadata import test_bulk_checks_metadata
from mock import patch
from moto import mock_s3
from moto import mock_aws
from prowler.lib.check.check import (
exclude_checks_to_run,
@@ -456,7 +456,7 @@ class Test_Check:
provider = test["input"]["provider"]
assert parse_checks_from_file(check_file, provider) == test["expected"]
@mock_s3
@mock_aws
def test_parse_checks_from_folder(self):
test_checks_folder = (
f"{pathlib.Path().absolute()}/tests/lib/check/fixtures/checks_folder"