renaming: CrawlingInfoTests -> CrawlerLogTests
This commit is contained in:
parent
79ec506333
commit
29c0cf4bfc
1 changed files with 9 additions and 2 deletions
|
@ -40,9 +40,16 @@ import io.restassured.RestAssured;
|
|||
import io.restassured.path.json.JsonPath;
|
||||
import io.restassured.response.Response;
|
||||
|
||||
/**
|
||||
* Integration Tests for
|
||||
* - /api/admin/joblog
|
||||
* - /api/admin/crawlinginfo
|
||||
* - /api/admin/failureurl
|
||||
* - /api/admin/searchlist
|
||||
* */
|
||||
@Tag("it")
|
||||
public class CrawlingInfoTests extends ITBase {
|
||||
private static final Logger logger = LoggerFactory.getLogger(CrawlingInfoTests.class);
|
||||
public class CrawlerLogTests extends ITBase {
|
||||
private static final Logger logger = LoggerFactory.getLogger(CrawlerLogTests.class);
|
||||
|
||||
private static final String NAME_PREFIX = "crawlingInfoTest_";
|
||||
|
Loading…
Add table
Reference in a new issue