0
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor.git synced 2024-09-19 19:42:28 +02:00

[PeerTube] Fix testing comment content

The comment is not available anymore.
This commit is contained in:
TobiGr 2024-05-08 19:21:54 +02:00
parent 964e429978
commit 4f477ad72b

View File

@ -48,7 +48,7 @@ public class PeertubeCommentsExtractorTest {
@Test
void testGetCommentsFromCommentsInfo() throws IOException, ExtractionException {
final String comment = "Thanks for this nice video explanation of Peertube!";
final String comment = "I love this. ❤";
final CommentsInfo commentsInfo =
CommentsInfo.getInfo("https://framatube.org/w/kkGMgK9ZtnKfYAgnEtQxbv");