mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-17 04:38:18 +01:00
+j2html in build.gradle.kts, testSelfPostAuthorRip flaky
This commit is contained in:
parent
9ca49a2fc6
commit
2b4d4cc124
@ -15,6 +15,7 @@ dependencies {
|
||||
implementation("org.java-websocket:Java-WebSocket:1.5.2")
|
||||
implementation("org.jsoup:jsoup:1.14.3")
|
||||
implementation("org.json:json:20211205")
|
||||
implementation("com.j2html:j2html:1.5.0")
|
||||
implementation("commons-configuration:commons-configuration:1.10")
|
||||
implementation("commons-cli:commons-cli:1.5.0")
|
||||
implementation("commons-io:commons-io:2.11.0")
|
||||
|
@ -56,6 +56,7 @@ public class RedditRipperTest extends RippersTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Tag("flaky")
|
||||
public void testSelfPostAuthorRip() throws IOException {
|
||||
RedditRipper ripper = new RedditRipper(new URL("https://www.reddit.com/user/ickybabie_"));
|
||||
testRipper(ripper);
|
||||
|
Loading…
x
Reference in New Issue
Block a user