Skip to content

Commit a2b8a2a

Browse files
Update test_sse.py
fixed pre commit issue
1 parent eaee780 commit a2b8a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shared/test_sse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def test_sse_message_id_coercion():
502502
)
503503
def test_sse_server_transport_endpoint_validation(endpoint: str, expected_result: str | type[Exception]):
504504
"""Validate relative endpoint semantics and storage.
505-
505+
506506
Context on URL joining (urllib.parse.urljoin):
507507
- Joining a segment starting with "/" resets to the host root:
508508
urljoin("http://host/hello/world", "/messages") -> "http://host/messages"

0 commit comments

Comments
 (0)