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 f7669da commit 1e45be1Copy full SHA for 1e45be1
opentelemetry-instrumentation/tests/test_utils.py
@@ -253,7 +253,7 @@ def test_suppress_http_instrumentation_key(self):
253
self.assertIsNone(get_value(_SUPPRESS_HTTP_INSTRUMENTATION_KEY))
254
255
256
-class UnwrapTestCase:
+class UnwrapTestCase(unittest.TestCase):
257
@staticmethod
258
def _wrap_method():
259
return wrap_function_wrapper(
0 commit comments