Modify your test method like below code:
@Test(expected = StatusRuntimeException.class)public void test01() { containerMetadataManagementServlet.runGetConfig(request,"/service-api-create-bucket-schema.json");}
Modify your test method like below code:
@Test(expected = StatusRuntimeException.class)public void test01() { containerMetadataManagementServlet.runGetConfig(request,"/service-api-create-bucket-schema.json");}