Cleanup test

This commit is contained in:
litetex 2025-03-05 15:44:57 +01:00
parent 470a719861
commit bcf24def8b
No known key found for this signature in database
GPG Key ID: 525B43E6039B3689

View File

@ -10,14 +10,12 @@ import org.schabi.newpipe.downloader.DownloaderFactory;
import org.schabi.newpipe.extractor.NewPipe;
import org.schabi.newpipe.extractor.exceptions.ParsingException;
import java.io.IOException;
class YoutubeThrottlingParameterDeobfuscationTest {
private static final String RESOURCE_PATH =
DownloaderFactory.RESOURCE_PATH + "services/youtube/extractor/parameterDeobf";
@BeforeEach
void setup() throws IOException {
void setup() {
YoutubeTestsUtils.ensureStateless();
NewPipe.init(DownloaderFactory.getDownloader(RESOURCE_PATH));
}