From 7fb19e5279d73d80eb8a9153e2b40c05d096e4f6 Mon Sep 17 00:00:00 2001 From: nukeop <12746779+nukeop@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:20:49 +0100 Subject: [PATCH] Replace failing playlist --- packages/core/src/rest/youtube.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/core/src/rest/youtube.test.ts b/packages/core/src/rest/youtube.test.ts index 3f72ef840e..aa006eee2a 100644 --- a/packages/core/src/rest/youtube.test.ts +++ b/packages/core/src/rest/youtube.test.ts @@ -3,7 +3,9 @@ const youtubeService = rest.Youtube; const playlistLessThan100 = 'https://www.youtube.com/watch?v=TKYsuU86-DQ&list=PL0eyrZgxdwhwNC5ppZo_dYGVjerQY3xYU'; -const playlistGreaterThan100 = 'https://www.youtube.com/playlist?list=PLuUrokoVSxlcgocBXbDF76yWd3YKWpOH9'; + +// TODO: replace these tests with mocks +const playlistGreaterThan100 = 'https://www.youtube.com/playlist?list=PL8F6B0753B2CCA128'; describe('Youtube tests', () => { it('should able to get playlist less than 100 tracks', async () => {