Skip to content

Commit e723b03

Browse files
committed
SoundcloudSearchQHTest does no communication
1 parent 86cfe47 commit e723b03

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/search/SoundcloudSearchQHTest.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@
77
import static org.schabi.newpipe.extractor.services.soundcloud.linkHandler.SoundcloudSearchQueryHandlerFactory.USERS;
88
import static java.util.Arrays.asList;
99

10+
import org.junit.jupiter.api.BeforeAll;
1011
import org.junit.jupiter.api.Test;
1112
import org.schabi.newpipe.extractor.InitNewPipeTest;
1213

13-
public class SoundcloudSearchQHTest implements InitNewPipeTest {
14+
public class SoundcloudSearchQHTest {
15+
16+
@BeforeAll
17+
static void setUp() {
18+
InitNewPipeTest.initEmpty();
19+
}
1420

1521
private static String removeClientId(final String url) {
1622
final String[] splitUrl = url.split("client_id=[a-zA-Z0-9]*&");

0 commit comments

Comments
 (0)