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 3219568 commit 0282968Copy full SHA for 0282968
instrumentation/opentelemetry-instrumentation-grpc/tests/test_client_interceptor.py
@@ -274,7 +274,7 @@ def test_error_stream_stream(self):
274
275
def test_client_interceptor_falsy_response(
276
self,
277
- ): # pylint: disable=no-self-use
+ ):
278
"""ensure that client interceptor closes the span only once even if the response is falsy."""
279
280
with mock.patch.object(SdkSpan, "end") as span_end_mock:
0 commit comments