Skip to content

Commit 7fb19e5

Browse files
committed
Replace failing playlist
1 parent 6ba3330 commit 7fb19e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/core/src/rest/youtube.test.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ const youtubeService = rest.Youtube;
33

44
const playlistLessThan100 = 'https://www.youtube.com/watch?v=TKYsuU86-DQ&list=PL0eyrZgxdwhwNC5ppZo_dYGVjerQY3xYU';
55

6-
const playlistGreaterThan100 = 'https://www.youtube.com/playlist?list=PLuUrokoVSxlcgocBXbDF76yWd3YKWpOH9';
6+
7+
// TODO: replace these tests with mocks
8+
const playlistGreaterThan100 = 'https://www.youtube.com/playlist?list=PL8F6B0753B2CCA128';
79

810
describe('Youtube tests', () => {
911
it('should able to get playlist less than 100 tracks', async () => {

0 commit comments

Comments
 (0)