public void testGetServletConfig() {
    cutOffContextPathWrapper.getServletConfig();

    verify(servlet).getServletConfig();
  }