We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b3e27 commit 9556e04Copy full SHA for 9556e04
acceptance-test/src/test/java/br/com/helpdev/atdd/ApplicationIT.java
@@ -55,7 +55,7 @@ public void whenGetWithInvalidIdThenReturnError() {
55
.then()
56
.statusCode(404)
57
.body("message",
58
- equalTo("Mensagem com o id: 123123 não foi encontrada, confira se o identificador está correto e tente novamente."));
+ equalTo("Message with Id 123123 not found"));
59
}
60
61
@Test
0 commit comments