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 70054be commit 0a905ecCopy full SHA for 0a905ec
tests/test_tag_object.py
@@ -113,9 +113,7 @@ def test_redacted_tag_object_case_insensitive(self):
113
}
114
spanMock = MagicMock()
115
tag_object(spanMock, "function.request", payload)
116
- spanMock.set_tag.assert_any_call(
117
- "function.request.Authorization", "redacted"
118
- )
+ spanMock.set_tag.assert_any_call("function.request.Authorization", "redacted")
119
spanMock.set_tag.assert_any_call(
120
"function.request.headers.X-AUTHORIZATION", "redacted"
121
)
0 commit comments