Commit ad6a273b authored by yihua.huang's avatar yihua.huang

update test url

parent 30af23d0
......@@ -30,7 +30,7 @@ public class HttpClientDownloaderTest {
@Test
public void testDownloader() {
HttpClientDownloader httpClientDownloader = new HttpClientDownloader();
Html html = httpClientDownloader.download("http://www.oschina.net");
Html html = httpClientDownloader.download("https://github.com");
assertTrue(!html.getText().isEmpty());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment