Skip to content

Commit 2b3b0e2

Browse files
committed
testing with botocoreinstrumentor
Signed-off-by: Venkata Shreyas Kabekkodu <[email protected]>
1 parent 2dd2911 commit 2b3b0e2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/opentelemetry-docker-tests/tests/boto/test_boto_functional.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import os
16-
import sys
1715
import unittest
1816

19-
# Add the path to the boto3 package
20-
sys.path.append(os.path.expanduser("~/.local/lib/python3.8/site-packages"))
21-
2217
import boto3
2318

24-
from opentelemetry.instrumentation.botocore import (
25-
BotocoreInstrumentor as BotoInstrumentor,
26-
)
19+
from opentelemetry.instrumentation.boto import BotoInstrumentor
2720
from opentelemetry.sdk.trace import NoOpTracerProvider
2821

2922

0 commit comments

Comments
 (0)