Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Teste de validação retornando 200 ao invés de 422 #37

Closed
MateuxLucax opened this issue Feb 7, 2024 · 1 comment
Closed

Teste de validação retornando 200 ao invés de 422 #37

MateuxLucax opened this issue Feb 7, 2024 · 1 comment

Comments

@MateuxLucax
Copy link
Contributor

O teste de validação abaixo deveria retornar um status 422.

.exec(
  http("validações")
    .post("/clientes/1/transacoes")
    .header("content-type", "application/json")
    .body(StringBody(s"""{"valor": 1, "tipo": "c", "descricao": "123456789 e mais um pouco"}"""))
    .check(status.in(422))
)

Porém, ao testar localmente, ele retorna sempre um status 200.Olhando o corpo da requisição não consigo ver nada de errado na requisição. O que pode ser?

@MateuxLucax
Copy link
Contributor Author

Sou um animal 🦖.

Se mais alguém enfrentar esse problema:

descricao deve ser uma string de 1 a 10 caractéres.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant