Extract real subscribers of a Peertube account

Apply fix provided in the PR and move all accounts/ strings to a constant, ACCOUNTS.
This commit is contained in:
TiA4f8R
2021-03-05 19:12:06 +01:00
parent 12835bfae1
commit efe2b964f0
2 changed files with 29 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ public class PeertubeAccountExtractorTest {
@Test
public void testSubscriberCount() throws ParsingException {
assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 500);
assertTrue("Wrong subscriber count", extractor.getSubscriberCount() >= 425);
}
@Override