1 2 3 4 5 6 7 8 9 10 11
use super::bodhi_init; use crate::ComposeQuery; #[tokio::test] async fn deserialize() { let bodhi = bodhi_init().await; // query and deserialize currently active composes bodhi.request(&ComposeQuery::new()).await.unwrap(); }