@Test
  public void putStyleTestRest() throws Exception {
    super.mockPutStyle();

    Assert.assertTrue(
        PublisherRSServerUtils.gpPublisherClient.updateStyle(
            "STYLE_MOCK_TEST", "STYLE_NAME_MOCK", Boolean.TRUE));
  }