We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaee780 commit a2b8a2aCopy full SHA for a2b8a2a
tests/shared/test_sse.py
@@ -502,7 +502,7 @@ def test_sse_message_id_coercion():
502
)
503
def test_sse_server_transport_endpoint_validation(endpoint: str, expected_result: str | type[Exception]):
504
"""Validate relative endpoint semantics and storage.
505
-
+
506
Context on URL joining (urllib.parse.urljoin):
507
- Joining a segment starting with "/" resets to the host root:
508
urljoin("http://host/hello/world", "/messages") -> "http://host/messages"
0 commit comments