Skip to content

Commit 9556e04

Browse files
author
Guilherme Biff Zarelli
committed
test: acceptance
1 parent 53b3e27 commit 9556e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance-test/src/test/java/br/com/helpdev/atdd/ApplicationIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void whenGetWithInvalidIdThenReturnError() {
5555
.then()
5656
.statusCode(404)
5757
.body("message",
58-
equalTo("Mensagem com o id: 123123 não foi encontrada, confira se o identificador está correto e tente novamente."));
58+
equalTo("Message with Id 123123 not found"));
5959
}
6060

6161
@Test

0 commit comments

Comments
 (0)