pub const SAVE_BC_RESPONSE: &str = r#"{
"status": "OK",
"untrusted": false
}"#;
Expand description
use cuprate_test_utils::rpc::data::other::*;
use serde_json::{to_value, Value};
let value = serde_json::from_str::<Value>(&SAVE_BC_RESPONSE);
pub const SAVE_BC_RESPONSE: &str = r#"{
"status": "OK",
"untrusted": false
}"#;
use cuprate_test_utils::rpc::data::other::*;
use serde_json::{to_value, Value};
let value = serde_json::from_str::<Value>(&SAVE_BC_RESPONSE);