Simplifies GlobalConfigDto.

Use camel case everywhere and no XML annotation.
This commit is contained in:
Johannes Schnatterer
2018-07-31 14:13:41 +02:00
parent 9aaca22942
commit 912dea6d6e
2 changed files with 0 additions and 17 deletions

View File

@@ -102,7 +102,6 @@ public class GlobalConfigResourceTest {
assertTrue(response.getContentAsString().contains("\"proxyPassword\":\"newPassword\""));
assertTrue(response.getContentAsString().contains("\"self\":{\"href\":\"/v2/config/global"));
assertTrue("link not found", response.getContentAsString().contains("\"update\":{\"href\":\"/v2/config/global"));
}
@Test