build(deps-dev): bump moto from 4.1.12 to 4.1.13 (#2598)

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-07-18 10:37:34 +02:00
committed by GitHub
parent 28ea37f367
commit 18f02fac68
4 changed files with 11 additions and 11 deletions

View File

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

View File

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