Test is operational
This commit is contained in:
+2
-2
@@ -1154,9 +1154,9 @@ mod tests {
|
|||||||
.body(axum::body::Body::from_stream(body))
|
.body(axum::body::Body::from_stream(body))
|
||||||
.unwrap()
|
.unwrap()
|
||||||
).await {
|
).await {
|
||||||
Ok(_) => {
|
Ok(response) => {
|
||||||
let resp = get_resp_data::<
|
let resp = get_resp_data::<
|
||||||
crate::callers::song::response::fetch_queue_song::Response,
|
crate::callers::song::response::update_song_queue::Response,
|
||||||
>(response)
|
>(response)
|
||||||
.await;
|
.await;
|
||||||
assert_eq!(false, resp.data.is_empty(), "Should not be empty");
|
assert_eq!(false, resp.data.is_empty(), "Should not be empty");
|
||||||
|
|||||||
Reference in New Issue
Block a user