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 e87775e commit df19ad8Copy full SHA for df19ad8
tests/integrations/aws_lambda/test_aws.py
@@ -219,7 +219,7 @@ def test_handler(event, context):
219
assert frame1["abs_path"] == "/var/task/test_lambda.py"
220
assert frame1["function"] == "test_handler"
221
222
- assert frame1["in_app"] is True
+ assert "in_app" not in frame1
223
224
assert exception["mechanism"]["type"] == "aws_lambda"
225
assert not exception["mechanism"]["handled"]
0 commit comments