test: fix tests

This commit is contained in:
ThetaDev 2025-01-05 05:30:50 +01:00
parent ec7a195c98
commit 0b3afc1b13
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

View file

@ -2186,7 +2186,7 @@ async fn music_search_playlists(rp: RustyPipe, unlocalized: bool) {
async fn music_search_playlists_community(rp: RustyPipe) {
let res = rp
.query()
.music_search_playlists("Miku my beloved (Jaiden Animation Miku Playlist)", true)
.music_search_playlists("PLgAAMoX4rK3KhSGmIsN0LEoC3qowEr2Lz", true)
.await
.unwrap();