Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
buttilda authored Jan 31, 2024
1 parent f3df680 commit 1941860
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ void buildsOnErrorResponseThrowable() {
assertThat(result.getStatus().getStatusCode(), is(404));
assertThat(result.getType().toString(), is("about:blank"));
assertThat(result.getTitle(), is("Not Found"));
assertThat(result.getDetail(), is("Message"));
}

@Test
Expand Down

0 comments on commit 1941860

Please sign in to comment.