pub const SET_LOG_LEVEL_REQUEST: &str = r#"{
"level": 1
}"#;
Expand description
use cuprate_test_utils::rpc::data::other::*;
use serde_json::{to_value, Value};
let value = serde_json::from_str::<Value>(&SET_LOG_LEVEL_REQUEST);
pub const SET_LOG_LEVEL_REQUEST: &str = r#"{
"level": 1
}"#;
use cuprate_test_utils::rpc::data::other::*;
use serde_json::{to_value, Value};
let value = serde_json::from_str::<Value>(&SET_LOG_LEVEL_REQUEST);