mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 14:26:14 +00:00
[SoundCloud] Fix SoundcloudSearchExtractorTest.NoNextPage
Search did not return no item at all, causing a NothingFoundException. New search query yields three items on first page
This commit is contained in:
@@ -186,7 +186,7 @@ public class SoundcloudSearchExtractorTest {
|
||||
public static class NoNextPage extends DefaultSearchExtractorTest {
|
||||
|
||||
private static SearchExtractor extractor;
|
||||
private static final String QUERY = "Dan at hor#berlgbd";
|
||||
private static final String QUERY = "wpghüä";
|
||||
|
||||
@BeforeAll
|
||||
public static void setUp() throws Exception {
|
||||
|
Reference in New Issue
Block a user