Updated testing
Rust Build / Rustfmt (pull_request) Successful in 39s
Rust Build / Test Suite (pull_request) Successful in 40s

This commit is contained in:
2026-06-18 18:25:06 -04:00
parent a49a7e07c0
commit 5e38e1beef
+2 -2
View File
@@ -757,7 +757,6 @@ async fn test_create_scheduled_message_event() {
}
};
/*
match request::message::scheduling::create_scheduled_message(&app).await {
Ok(response) => {
let resp = util::get_resp_data::<
@@ -765,13 +764,14 @@ async fn test_create_scheduled_message_event() {
>(response)
.await;
assert_eq!(false, resp.data.is_empty(), "Should not be empty");
scheduled_message_id = resp.data[0].id;
// scheduled_message_id = resp.data[0].id;
}
Err(err) => {
assert!(false, "Error: {err:?}");
}
}
/*
match request::message::scheduling::create_scheduled_message_event(
&app,
&contact_id,