Skip to content

Commit 02cdce4

Browse files
committed
deleted 1 comment
1 parent ca20501 commit 02cdce4

File tree

1 file changed

+1
-1
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-langchain/tests

1 file changed

+1
-1
lines changed

instrumentation-genai/opentelemetry-instrumentation-langchain/tests/test_chains.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
def test_sequential_chain(instrument_legacy, span_exporter, log_exporter):
1717
bedrock_client = boto3.client(
1818
service_name='bedrock-runtime',
19-
region_name='us-west-2' # Replace with your region
19+
region_name='us-west-2'
2020
)
2121

2222
llm = BedrockLLM(

0 commit comments

Comments
 (0)