@Test
  public void publishStyleTestRest() throws Exception {
    super.mockPublishStyle();

    Assert.assertTrue(
        PublisherRSServerUtils.gpPublisherClient.publishStyle(
            "STYLE_MOCK_MOCKITO", "STYLE_MOCK_MOCKITO", Boolean.FALSE));
  }