Skip to content

Commit 48365f7

Browse files
committed
rename test
1 parent 429f624 commit 48365f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

instrumentation/opentelemetry-instrumentation-botocore/tests/test_botocore_bedrock.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3050,7 +3050,8 @@ def stream_error_callback(exc, ended):
30503050
assert isinstance(tool_block["input"], dict)
30513051
else:
30523052
assert "input" not in tool_block
3053-
def test_converse_stream_with_malformed_response():
3053+
3054+
def test_converse_stream_with_missing_output_in_response():
30543055
"""Test that converse stream handles malformed response missing output key."""
30553056
def stream_done_callback(response, ended):
30563057
pass

0 commit comments

Comments
 (0)