We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc43f89 commit 0ae53c1Copy full SHA for 0ae53c1
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/peertube/PeertubeChannelExtractorTest.java
@@ -98,7 +98,7 @@ public void testBannerUrl() throws ParsingException {
98
99
@Test
100
public void testFeedUrl() throws ParsingException {
101
- assertEmpty(extractor.getFeedUrl());
+ assertEquals("https://peertube.mastodon.host/feeds/videos.xml?accountId=32465", extractor.getFeedUrl());
102
}
103
104
@@ -195,7 +195,7 @@ public void testBannerUrl() throws ParsingException {
195
196
197
198
+ assertEquals("https://peertube.mastodon.host/feeds/videos.xml?accountId=1753", extractor.getFeedUrl());
199
200
201
0 commit comments