@Test
 public void testBasicGet() throws Exception {
   final String json = ChefUtil.executeJson("GET", "/clients", "");
   assertNotNull("client response is valid", json);
 }