@Test
 public void testTest_returns_test() throws Exception {
   assertEquals("test", controller.test("key", resp));
 }