Skip to content

Commit 0fd40b2

Browse files
Fix Ruff E501 line-length in preamble E2E test docstring
The new preamble test docstring exceeded the 100-char limit, failing 'ruff check' in the Python SDK Tests CI job across all platforms. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 30b9884 commit 0fd40b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/e2e/test_system_message_sections_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async def test_should_use_replaced_identity_section_in_response(self, ctx: E2ETe
4444
await session.disconnect()
4545

4646
async def test_should_use_replaced_preamble_section_in_response(self, ctx: E2ETestContext):
47-
"""Test that replacing only the preamble section causes the assistant to adopt a new persona"""
47+
"""Test that replacing only the preamble section changes the assistant persona"""
4848
session = await ctx.client.create_session(
4949
system_message={
5050
"mode": "customize",

0 commit comments

Comments
 (0)