Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testListWithPath_ok (0.39 seconds)

  1. src/test/java/org/codelibs/fess/it/admin/StorageTests.java

            assertTrue(statusCode == 200 || statusCode == 400 || statusCode == 500,
                    "Status code should be 200, 400 or 500, but was " + statusCode);
        }
    
        @Test
        void testListWithPath_ok() {
            // Test list with a specific path
            Response response =
                    given().contentType("application/json").header("Authorization", getTestToken()).when().get(getApiPath() + "/list/testdir/");
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 5.3K bytes
    - Click Count (0)
Back to Top