Removed now unused URL from instagram ripper unit test

This commit is contained in:
cyian-1756 2017-10-23 10:54:02 -04:00
parent 7af58bcc1d
commit 7913636302

View File

@ -16,7 +16,6 @@ public class InstagramRipperTest extends RippersTest {
testURLs.put(new URL("http://instagram.com/Test_User"), "Test_User");
testURLs.put(new URL("http://instagram.com/_test_user_"), "_test_user_");
testURLs.put(new URL("http://instagram.com/-test-user-"), "-test-user-");
testURLs.put(new URL("http://statigr.am/username"), "username");
for (URL url : testURLs.keySet()) {
InstagramRipper ripper = new InstagramRipper(url);
ripper.setup();