Removed now unused URL from instagram ripper unit test
This commit is contained in:
parent
7af58bcc1d
commit
7913636302
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user