We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9e625 commit 40a23e7Copy full SHA for 40a23e7
instrumentation/opentelemetry-instrumentation-boto3sqs/tests/test_boto3sqs_instrumentation.py
@@ -99,13 +99,13 @@ def test_instrument_api_before_resource_init(self) -> None:
99
sqs = _make_sqs_resource(session=session)
100
self._assert_instrumented(sqs.meta.client)
101
102
- def test_instrument_api_after_client_init(self) -> None:
+ def test_instrument_api_after_resource_init(self) -> None:
103
for session in (False, True):
104
105
with self._active_instrumentor():
106
107
108
- def test_instrument_multiple_clients(self):
+ def test_instrument_multiple_resources(self):
109
110
111
self._assert_instrumented(
0 commit comments