[peertube] adapt test for channel feed url

pull/298/head
bopol 2020-03-28 11:48:24 +01:00
rodzic bc43f8977d
commit 0ae53c1e50
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -98,7 +98,7 @@ public class PeertubeChannelExtractorTest {
@Test
public void testFeedUrl() throws ParsingException {
assertEmpty(extractor.getFeedUrl());
assertEquals("https://peertube.mastodon.host/feeds/videos.xml?accountId=32465", extractor.getFeedUrl());
}
@Test
@ -195,7 +195,7 @@ public class PeertubeChannelExtractorTest {
@Test
public void testFeedUrl() throws ParsingException {
assertEmpty(extractor.getFeedUrl());
assertEquals("https://peertube.mastodon.host/feeds/videos.xml?accountId=1753", extractor.getFeedUrl());
}
@Test