[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:
TobiGr 2024-03-20 15:10:39 +01:00
parent 8392d50ba6
commit 51ddacc81d
1 changed files with 1 additions and 1 deletions

View File

@ -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 {