build(deps-dev): bump moto from 4.1.8 to 4.1.9 (#2328)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergio Garcia <sergargar1@gmail.com>
This commit is contained in:
dependabot[bot]
2023-05-09 11:38:41 +02:00
committed by GitHub
parent 3244123b21
commit 0f3f3cbffd
4 changed files with 11 additions and 11 deletions

View File

@@ -66,7 +66,7 @@ class Test_ec2_ebs_public_snapshot:
result = check.execute()
# Default snapshots
assert len(result) == 564
assert len(result) == 565
@mock_ec2
def test_ec2_public_snapshot(self):
@@ -102,7 +102,7 @@ class Test_ec2_ebs_public_snapshot:
results = check.execute()
# Default snapshots + 1 created
assert len(results) == 565
assert len(results) == 566
for snap in results:
if snap.resource_id == snapshot.id:
@@ -145,7 +145,7 @@ class Test_ec2_ebs_public_snapshot:
results = check.execute()
# Default snapshots + 1 created
assert len(results) == 565
assert len(results) == 566
for snap in results:
if snap.resource_id == snapshot.id:

View File

@@ -66,7 +66,7 @@ class Test_ec2_ebs_snapshots_encrypted:
result = check.execute()
# Default snapshots
assert len(result) == 564
assert len(result) == 565
@mock_ec2
def test_ec2_unencrypted_snapshot(self):
@@ -95,7 +95,7 @@ class Test_ec2_ebs_snapshots_encrypted:
results = check.execute()
# Default snapshots + 1 created
assert len(results) == 565
assert len(results) == 566
for snap in results:
if snap.resource_id == snapshot.id:
@@ -138,7 +138,7 @@ class Test_ec2_ebs_snapshots_encrypted:
results = check.execute()
# Default snapshots + 1 created
assert len(results) == 565
assert len(results) == 566
for snap in results:
if snap.resource_id == snapshot.id: