Constant cuprate_test_utils::rpc::data::other::STOP_DAEMON_RESPONSE

source ยท
pub const STOP_DAEMON_RESPONSE: &str = r#"{
  "status": "OK"
}"#;
Expand description

Documentation, request.

use cuprate_test_utils::rpc::data::other::*;
use serde_json::{to_value, Value};

let value = serde_json::from_str::<Value>(&STOP_DAEMON_RESPONSE);