Skip to content

Commit 81a0e8e

Browse files
fix
1 parent 292144a commit 81a0e8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_wrapper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,8 @@ def lambda_handler(event, context):
689689

690690
if (
691691
"direction:in" in edge_tags
692-
and "topic:test" in edge_tags
692+
and "topic:arn:aws:sqs:us-east-1:123456789012:test"
693+
in edge_tags
693694
and "type:sqs" in edge_tags
694695
):
695696
found_sqs_checkpoint = True

0 commit comments

Comments
 (0)