[media.ccc.de] Fix conferences kiosk test
This commit is contained in:
parent
ed6ae329b3
commit
b2154c6e87
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ public class MediaCCCConferenceListExtractorTest {
|
||||||
@BeforeClass
|
@BeforeClass
|
||||||
public static void setUpClass() throws Exception {
|
public static void setUpClass() throws Exception {
|
||||||
NewPipe.init(DownloaderTestImpl.getInstance());
|
NewPipe.init(DownloaderTestImpl.getInstance());
|
||||||
extractor = MediaCCC.getKioskList().getDefaultKioskExtractor();
|
extractor = MediaCCC.getKioskList().getExtractorById("conferences", null);
|
||||||
extractor.fetchPage();
|
extractor.fetchPage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue