mirror of
https://github.com/d-fi/d-fi-core.git
synced 2025-07-27 15:44:26 +02:00
test playlist channel
This commit is contained in:
parent
4c3ac62943
commit
f550a383e7
@ -220,3 +220,8 @@ if (process.env.CI) {
|
||||
t.true(lyrics.length < 8000);
|
||||
});
|
||||
}
|
||||
|
||||
test('GET PLAYLIST CHANNEL', async (t) => {
|
||||
const channel = await api.getPlaylistChannel('dance');
|
||||
t.deepEqual(Object.keys(channel), ['version', 'page_id', 'ga', 'title', 'persistent', 'sections', 'expire']);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user