Response print of the Rest Assured being printed with encoding

Asked

Viewed 14 times

-1

@Test
    public void testValidarObtencaoToken() {
        response = post(UsuarioFactory.setBodyUsuario("rfrffr", "rfrffr", "rfrffr"), "/usuarios");
        
        System.out.println(response.getBody().asString());
    }

Console
{"data":[],"message":"","error":"O usu\u00e1rio rfrffr j\u00e1 existe."}
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.