Skip to content

Commit 6d696d1

Browse files
committed
correct docstring for sequential output rails test
1 parent 7f514b2 commit 6d696d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ async def test_streaming_output_rails_allowed(output_rails_streaming_config):
370370
async def test_sequential_streaming_output_rails_allowed(
371371
output_rails_streaming_config,
372372
):
373-
"""Tests that parallel output rails allow content when no blocking keywords are present"""
373+
"""Tests that sequential output rails allow content when no blocking keywords are present"""
374374

375375
llm_completions = [
376376
" bot express insult",

0 commit comments

Comments
 (0)