userDto.setName("name");
userDto.setEmail("name@email.com");
userDto.setActive(true);
- userDto.setScmAccounts("github-account");
+ userDto.setScmAccounts("\ngithub-account\n");
userDto.setExternalId("name");
userDto.setExternalLogin("name");
userDto.setExternalIdentityProvider("github");
auditDto.setUuid(randomAlphanumeric(20));
auditDto.setUserUuid(randomAlphanumeric(40));
auditDto.setUserLogin(randomAlphanumeric(40));
- auditDto.setNewValue("{ \"someKey\": \"someValue\" }");
+ auditDto.setNewValue("{ \"someKey\": \"someValue\", \"anotherKey\": \"anotherValue\\\n\t\b\f\r\"}");
auditDto.setOperation(operation);
auditDto.setCategory("category");
auditDto.setCreatedAt(createdAt);