Skip to content

Commit df19ad8

Browse files
committed
fix aws, too
1 parent e87775e commit df19ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/aws_lambda/test_aws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def test_handler(event, context):
219219
assert frame1["abs_path"] == "/var/task/test_lambda.py"
220220
assert frame1["function"] == "test_handler"
221221

222-
assert frame1["in_app"] is True
222+
assert "in_app" not in frame1
223223

224224
assert exception["mechanism"]["type"] == "aws_lambda"
225225
assert not exception["mechanism"]["handled"]

0 commit comments

Comments
 (0)