Function test_websocket_connection

Source
pub async fn test_websocket_connection(
    configuration: &Configuration,
    workspace: &str,
    test_websocket_connection_request: TestWebsocketConnectionRequest,
) -> Result<String, Error<TestWebsocketConnectionError>>