We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f94b3 commit fa80aedCopy full SHA for fa80aed
tests/functional/idempotency/test_idempotency.py
@@ -686,11 +686,6 @@ def test_idempotent_lambda_expires_in_progress_before_expire(
686
hashed_idempotency_key,
687
lambda_context,
688
):
689
- """
690
- Test idempotent decorator when expires_in_progress is on and the event is still in progress, before the
691
- lambda expiration window.
692
693
-
694
stubber = stub.Stubber(persistence_store.table.meta.client)
695
696
stubber.add_client_error("put_item", "ConditionalCheckFailedException")
0 commit comments