|
|
@ -85,7 +85,7 @@ def test_response_validation_error_includes_endpoint_context(): |
|
|
def test_websocket_validation_error_includes_endpoint_context(): |
|
|
def test_websocket_validation_error_includes_endpoint_context(): |
|
|
try: |
|
|
try: |
|
|
with client.websocket_connect("/ws/invalid"): |
|
|
with client.websocket_connect("/ws/invalid"): |
|
|
... |
|
|
pass # pragma: no cover |
|
|
except Exception: |
|
|
except Exception: |
|
|
pass |
|
|
pass |
|
|
|
|
|
|
|
|
|