This commit is contained in:
kdeng00
2025-07-27 14:10:00 -04:00
parent 1638f395f7
commit 628117fd63
+1 -1
View File
@@ -1845,7 +1845,7 @@ mod tests {
let app = super::init::app(pool).await;
let id = test_data::coverart_id().await.unwrap();
let id = test_data::song_id().await.unwrap();
let uri = format!("{}?id={id}", crate::callers::endpoints::GETSONGS);