Skip to content

Commit 0ae53c1

Browse files
committed
[peertube] adapt test for channel feed url
1 parent bc43f89 commit 0ae53c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/peertube/PeertubeChannelExtractorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void testBannerUrl() throws ParsingException {
9898

9999
@Test
100100
public void testFeedUrl() throws ParsingException {
101-
assertEmpty(extractor.getFeedUrl());
101+
assertEquals("https://peertube.mastodon.host/feeds/videos.xml?accountId=32465", extractor.getFeedUrl());
102102
}
103103

104104
@Test
@@ -195,7 +195,7 @@ public void testBannerUrl() throws ParsingException {
195195

196196
@Test
197197
public void testFeedUrl() throws ParsingException {
198-
assertEmpty(extractor.getFeedUrl());
198+
assertEquals("https://peertube.mastodon.host/feeds/videos.xml?accountId=1753", extractor.getFeedUrl());
199199
}
200200

201201
@Test

0 commit comments

Comments
 (0)