Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Nov 9, 2024
1 parent 8ae3ef5 commit 78c2d58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ class {{ baseName }}ErrorsHandlerIT {
.perform(get("/api/errors/bad-request").locale(Locale.FRANCE))
.andExpect(status().is4xxClientError())
.andExpect(jsonPath("title").value("Bad request"))
.andExpect(jsonPath("detail").value("Votre requête n'est pas valide: 400"));
.andExpect(jsonPath("detail").value("Votre requête n'est pas valide : 400"));
}
}

0 comments on commit 78c2d58

Please sign in to comment.