Skip to content

Commit 1e45be1

Browse files
committed
Oops
1 parent f7669da commit 1e45be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-instrumentation/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def test_suppress_http_instrumentation_key(self):
253253
self.assertIsNone(get_value(_SUPPRESS_HTTP_INSTRUMENTATION_KEY))
254254

255255

256-
class UnwrapTestCase:
256+
class UnwrapTestCase(unittest.TestCase):
257257
@staticmethod
258258
def _wrap_method():
259259
return wrap_function_wrapper(

0 commit comments

Comments
 (0)