Skip to content

Commit c744f3e

Browse files
committed
lint
1 parent 3d9451f commit c744f3e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/integrations/aws_lambda/test_aws_lambda.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,10 @@ def test_span_streaming_request_attributes(lambda_client, test_environment):
688688
attrs = segment_span["attributes"]
689689

690690
assert _get_span_attr(attrs, "http.request.method") == "POST"
691-
assert _get_span_attr(attrs, "url.query") == "foo=bar&a-complicated-value=a%3Db%26c%3Dd"
691+
assert (
692+
_get_span_attr(attrs, "url.query")
693+
== "foo=bar&a-complicated-value=a%3Db%26c%3Dd"
694+
)
692695
assert (
693696
_get_span_attr(attrs, "http.request.header.content-type") == "application/json"
694697
)

0 commit comments

Comments
 (0)