- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_fileconfig (0.12 sec)
-
src/test/java/org/codelibs/fess/it/admin/FileAuthTests.java
final Map<String, Object> searchBody = new HashMap<>(); searchBody.put("name", "test_fileconfig"); String res = checkMethodBase(searchBody).get("/api/admin/fileconfig/settings").asString(); List<String> fileConfigList = JsonPath.from(res).getList("response.settings.findAll {it.name.startsWith(\"test_fileconfig\")}.id"); return fileConfigList.get(0); } @AfterEach void deleteFileConfig() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 3.9K bytes - Viewed (0)