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 e8cd750 commit 95cacfaCopy full SHA for 95cacfa
python/tests/functional/test_aws_lambda_logging.py
@@ -112,25 +112,4 @@ class X:
112
113
log_dict = json.loads(stdout.getvalue())
114
115
- assert log_dict["message"]["x"].startswith("<")
116
-
117
118
-def test_wrap():
119
- from aws_lambda_logging import wrap
120
121
- @wrap
122
- def handler(event, context):
123
- pass
124
125
- handler(None, None)
126
127
128
-def test_wrap_when_request_id_is_in_event():
129
130
131
132
133
134
135
- event = {"requestContext": {"requestId": "c19e27e6-230b-11e8-ba47-a95ceb1c6480"}}
136
- handler(event, None)
+ assert log_dict["message"]["x"].startswith("<")
0 commit comments