feat: add album description
This commit is contained in:
parent
6f07095757
commit
dfd33d5e9b
19 changed files with 6200 additions and 79 deletions
|
|
@ -1587,7 +1587,11 @@ async fn music_search_albums(
|
|||
#[tokio::test]
|
||||
async fn music_search_artists() {
|
||||
let rp = RustyPipe::builder().strict().build();
|
||||
let res = rp.query().music_search_artists("namika").await.unwrap();
|
||||
let res = rp
|
||||
.query()
|
||||
.music_search_artists("namika lieblingsmensch")
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
let artist = &res.items.items[0];
|
||||
assert_eq!(artist.id, "UCIh4j8fXWf2U0ro0qnGU8Mg");
|
||||
|
|
|
|||
Reference in a new issue