1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-18 11:41:21 +02:00

correct vsco test

This commit is contained in:
soloturn
2023-06-13 14:04:18 +02:00
parent 59694711b0
commit 1a508ca4d8

View File

@@ -19,9 +19,8 @@ public class VscoRipperTest extends RippersTest {
* @throws IOException
*/
@Test
@Tag("flaky")
public void testSingleImageRip() throws IOException, URISyntaxException {
VscoRipper ripper = new VscoRipper(new URI("https://vsco.co/jonathangodoy/media/5d1aec76bb669a128035e98a").toURL());
VscoRipper ripper = new VscoRipper(new URI("https://vsco.co/jolly-roger/media/597ce449846079297b3f7cf3").toURL());
testRipper(ripper);
}