[peertube] adapt test for channel feed url
This commit is contained in:
@@ -98,7 +98,7 @@ public class PeertubeChannelExtractorTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testFeedUrl() throws ParsingException {
|
public void testFeedUrl() throws ParsingException {
|
||||||
assertEmpty(extractor.getFeedUrl());
|
assertEquals("https://peertube.mastodon.host/feeds/videos.xml?accountId=32465", extractor.getFeedUrl());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@@ -195,7 +195,7 @@ public class PeertubeChannelExtractorTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testFeedUrl() throws ParsingException {
|
public void testFeedUrl() throws ParsingException {
|
||||||
assertEmpty(extractor.getFeedUrl());
|
assertEquals("https://peertube.mastodon.host/feeds/videos.xml?accountId=1753", extractor.getFeedUrl());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user