We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba3330 commit 7fb19e5Copy full SHA for 7fb19e5
packages/core/src/rest/youtube.test.ts
@@ -3,7 +3,9 @@ const youtubeService = rest.Youtube;
3
4
const playlistLessThan100 = 'https://www.youtube.com/watch?v=TKYsuU86-DQ&list=PL0eyrZgxdwhwNC5ppZo_dYGVjerQY3xYU';
5
6
-const playlistGreaterThan100 = 'https://www.youtube.com/playlist?list=PLuUrokoVSxlcgocBXbDF76yWd3YKWpOH9';
+
7
+// TODO: replace these tests with mocks
8
+const playlistGreaterThan100 = 'https://www.youtube.com/playlist?list=PL8F6B0753B2CCA128';
9
10
describe('Youtube tests', () => {
11
it('should able to get playlist less than 100 tracks', async () => {
0 commit comments