@Rule
public MockHttpServerInterceptor httpServer = new MockHttpServerInterceptor();
@Test
public void should_find_action_plans() {
HttpRequestFactory requestFactory = new HttpRequestFactory(httpServer.url());
httpServer.stubResponseBody("{\"actionPlans\": [{\"key\": \"382f6f2e-ad9d-424a-b973-9b065e04348a\",\n" +
"\"name\": \"Long term\",\n" +
"\"desc\": \"Long term acton plan\",\n" +
"\"status\": \"CLOSED\",\n" +
"\"project\": \"com.sonarsource.it.samples:simple-sample\",\n" +