tsk-206: Moving request functions to their own module in testing #238

Merged
kdeng00 merged 6 commits from tsk-206 into main 2025-11-02 21:30:40 -05:00
Showing only changes of commit 77d5ce51ba - Show all commits
+1 -1
View File
@@ -1276,7 +1276,7 @@ mod tests {
assert_eq!(false, resp.data[0].is_nil(), "Should not be empty");
let id = resp.data[0];
match request:: fetch_queue_data_req(&app, &id).await {
match request::fetch_queue_data_req(&app, &id).await {
Ok(response) => match util::resp_to_bytes(response).await {
Ok(bytes) => {
assert_eq!(false, bytes.is_empty(), "Queued data should not be empty");