Skip to content
Snippets Groups Projects
Commit aa87681a authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

update test cases

parent e58dbd80
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ public class CrawlerLogTests extends CrawlTestBase {
* */
private static void createWebConfig() {
final Map<String, Object> requestBody = new HashMap<>();
final String urls = "http://example.com" + "\n" + "http://failure.url";
final String urls = "https://www.codelibs.org/" + "\n" + "http://failure.url";
requestBody.put("name", NAME_PREFIX + "WebConfig");
requestBody.put("urls", urls);
requestBody.put("user_agent", "Mozilla/5.0");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment