pub async fn start_test_server(
config: Config,
) -> Result<(SocketAddr, JoinHandle<()>)>Expand description
Starts the server on a random available port and returns the address. Useful for integration tests.
pub async fn start_test_server(
config: Config,
) -> Result<(SocketAddr, JoinHandle<()>)>Starts the server on a random available port and returns the address. Useful for integration tests.