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 fd9699e commit 2004090Copy full SHA for 2004090
aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/patches/test_starlette_patches.py
@@ -1,12 +1,12 @@
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
-import unittest
+from unittest import TestCase
4
from unittest.mock import MagicMock, patch
5
6
from amazon.opentelemetry.distro.patches._starlette_patches import _apply_starlette_instrumentation_patches
7
8
9
-class TestStarlettePatch(unittest.TestCase):
+class TestStarlettePatch(TestCase):
10
"""Test the Starlette instrumentation patches."""
11
12
@patch("amazon.opentelemetry.distro.patches._starlette_patches._logger")
0 commit comments