mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-19 04:01:45 +02:00
correct vsco test
This commit is contained in:
@@ -19,9 +19,8 @@ public class VscoRipperTest extends RippersTest {
|
|||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
@Tag("flaky")
|
|
||||||
public void testSingleImageRip() throws IOException, URISyntaxException {
|
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);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user