Refactoring tests #257
+1
-1
@@ -582,7 +582,7 @@ mod tests {
|
||||
pub async fn queue_coverart_flow(
|
||||
app: &axum::Router,
|
||||
song_queue_id: &uuid::Uuid,
|
||||
) -> Result<axum::response::Response, std::convert::Infallible> {
|
||||
) -> Result<axum::response::Response, axum::http::Error> {
|
||||
match super::request::upload_coverart_queue_req(&app).await {
|
||||
Ok(response) => {
|
||||
let resp = super::util::get_resp_data::<
|
||||
|
||||
Reference in New Issue
Block a user