build(deps-dev): bump moto from 4.1.4 to 4.1.5 (#2111)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
dependabot[bot]
2023-03-21 09:27:44 +01:00
committed by GitHub
parent b4abf1c2c7
commit d34f863bd4
4 changed files with 1521 additions and 1519 deletions

View File

@@ -28,7 +28,7 @@ class Test_ec2_ebs_public_snapshot:
result = check.execute()
# Default snapshots
assert len(result) == 1116
assert len(result) == 1124
@mock_ec2
def test_ec2_public_snapshot(self):
@@ -62,7 +62,7 @@ class Test_ec2_ebs_public_snapshot:
results = check.execute()
# Default snapshots + 1 created
assert len(results) == 1117
assert len(results) == 1125
for snap in results:
if snap.resource_id == snapshot.id:
@@ -103,7 +103,7 @@ class Test_ec2_ebs_public_snapshot:
results = check.execute()
# Default snapshots + 1 created
assert len(results) == 1117
assert len(results) == 1125
for snap in results:
if snap.resource_id == snapshot.id:

View File

@@ -28,7 +28,7 @@ class Test_ec2_ebs_snapshots_encrypted:
result = check.execute()
# Default snapshots
assert len(result) == 1116
assert len(result) == 1124
@mock_ec2
def test_ec2_unencrypted_snapshot(self):
@@ -56,7 +56,7 @@ class Test_ec2_ebs_snapshots_encrypted:
results = check.execute()
# Default snapshots + 1 created
assert len(results) == 1117
assert len(results) == 1125
for snap in results:
if snap.resource_id == snapshot.id:
@@ -97,7 +97,7 @@ class Test_ec2_ebs_snapshots_encrypted:
results = check.execute()
# Default snapshots + 1 created
assert len(results) == 1117
assert len(results) == 1125
for snap in results:
if snap.resource_id == snapshot.id: