mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-04 00:05:24 +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 {
|
public static class NoNextPage extends DefaultSearchExtractorTest {
|
||||||
|
|
||||||
private static SearchExtractor extractor;
|
private static SearchExtractor extractor;
|
||||||
private static final String QUERY = "Dan at hor#berlgbd";
|
private static final String QUERY = "wpghüä";
|
||||||
|
|
||||||
@BeforeAll
|
@BeforeAll
|
||||||
public static void setUp() throws Exception {
|
public static void setUp() throws Exception {
|
||||||
|
Reference in New Issue
Block a user