/// Public inputs are resolved in parallel and are resolved as soon as possible, Private inputs are currently always remote.
/// The output of resolve_public_inputs is a vec of ProgramInputs and that must be passed to the private input resolver if any private inputs are present in the execution request
pub async fn get_server(url_path: &str, response: &[u8]) -> (Mock, Url, mockito::ServerGuard) {