Skip to content

Commit 0a905ec

Browse files
committed
feat: fmt
1 parent 70054be commit 0a905ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_tag_object.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ def test_redacted_tag_object_case_insensitive(self):
113113
}
114114
spanMock = MagicMock()
115115
tag_object(spanMock, "function.request", payload)
116-
spanMock.set_tag.assert_any_call(
117-
"function.request.Authorization", "redacted"
118-
)
116+
spanMock.set_tag.assert_any_call("function.request.Authorization", "redacted")
119117
spanMock.set_tag.assert_any_call(
120118
"function.request.headers.X-AUTHORIZATION", "redacted"
121119
)

0 commit comments

Comments
 (0)