Skip to content

Commit fa80aed

Browse files
committed
chore(docs): remove bad comment
1 parent 61f94b3 commit fa80aed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/functional/idempotency/test_idempotency.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -686,11 +686,6 @@ def test_idempotent_lambda_expires_in_progress_before_expire(
686686
hashed_idempotency_key,
687687
lambda_context,
688688
):
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-
694689
stubber = stub.Stubber(persistence_store.table.meta.client)
695690

696691
stubber.add_client_error("put_item", "ConditionalCheckFailedException")

0 commit comments

Comments
 (0)