Skip to content

Commit ef6db2a

Browse files
committed
add skip for SFN test
1 parent 8c8ad51 commit ef6db2a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/aws/scenario/loan_broker/test_loan_broker.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,13 @@ def test_prefill_dynamodb_table(self, aws_client, infrastructure, snapshot):
164164
)
165165
@markers.aws.validated
166166
@markers.snapshot.skip_snapshot_verify(
167-
paths=["$..traceHeader", "$..cause"]
167+
paths=[
168+
"$..traceHeader",
169+
"$..cause",
170+
"$..redriveCount",
171+
"$..redriveStatus",
172+
"$..redriveStatusReason",
173+
]
168174
) # TODO add missing properties
169175
def test_stepfunctions_input_recipient_list(
170176
self, aws_client, infrastructure, step_function_input, expected_result, snapshot

0 commit comments

Comments
 (0)