Changeset 39a9d21 in Klonkt for test/ap-playlist-discovery.test.js
- Timestamp:
- 08/08/2026 04:50:48 AM (5 weeks ago)
- Branches:
- main
- Children:
- fb22f78
- Parents:
- bdcb3a3
- git-author:
- Robin <roboburr@…> (08/08/2026 04:47:48 AM)
- git-committer:
- Robin <roboburr@…> (08/08/2026 04:50:48 AM)
- File:
-
- 1 edited
-
test/ap-playlist-discovery.test.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
test/ap-playlist-discovery.test.js
rbdcb3a3 r39a9d21 55 55 test('de actor wijst via streams naar de playlist-lijst', async () => { 56 56 const { body } = await getJson('/ap/users/band'); 57 assert.deepEqual(body.streams, ['https://test.example/ap/users/band/playlists']); 57 // Sinds stap 3 staat de TRACK-collectie er ook in, en vooraan: die is de 58 // kanonieke plek voor onze muziek, de playlists zijn een keuze daaruit. 59 assert.deepEqual(body.streams, [ 60 'https://test.example/ap/users/band/tracks', 61 'https://test.example/ap/users/band/playlists', 62 ]); 58 63 }); 59 64
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)