refactor(系统设置): 优化项目查询资源池

This commit is contained in:
wxg0103 2024-01-31 18:31:31 +08:00 committed by 刘瑞斌
parent 83e8f78e6c
commit bae6ab8b2a
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class OrganizationProjectControllerTests extends BaseTest {
private final static String enableProject = prefix + "/enable/"; private final static String enableProject = prefix + "/enable/";
private final static String getAdminList = prefix + "/user-admin-list/"; private final static String getAdminList = prefix + "/user-admin-list/";
private final static String getMemberList = prefix + "/user-member-list/"; private final static String getMemberList = prefix + "/user-member-list/";
private final static String getPoolOptions = prefix + "/pool-options/"; private final static String getPoolOptions = prefix + "/pool-options";
private final static String updateName = prefix + "/rename"; private final static String updateName = prefix + "/rename";
private static final ResultMatcher BAD_REQUEST_MATCHER = status().isBadRequest(); private static final ResultMatcher BAD_REQUEST_MATCHER = status().isBadRequest();
private static final ResultMatcher ERROR_REQUEST_MATCHER = status().is5xxServerError(); private static final ResultMatcher ERROR_REQUEST_MATCHER = status().is5xxServerError();