Skip to content

Commit a28183f

Browse files
committed
avoid snapshots in needs-fixing test_sent_message_counter
1 parent b28bad3 commit a28183f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/aws/services/ses/test_ses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def _assert_sent_quota(expected_counter: int) -> dict:
270270

271271
sender_email, recipient_email = setup_email_addresses()
272272
send_quota = aws_client.ses.get_send_quota()
273-
snapshot.match("get-quota-0", send_quota)
273+
# snapshot.match("get-quota-0", send_quota)
274274
counter = send_quota["SentLast24Hours"]
275275

276276
aws_client.ses.send_email(

0 commit comments

Comments
 (0)