mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 07:50:34 +05:30
[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:
parent
8392d50ba6
commit
51ddacc81d
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user