pub async fn setup_daemon_host_with(
config: Config,
runs_dir: PathBuf,
runtime: Handle,
build_client: HttpClientFactory<'_>,
) -> Result<WorldHost>Expand description
setup_daemon_host, with outbound-client construction injected so the
start-up failure path is reachable from a test.