Remove duplicate comma (#19)
This commit is contained in:
@@ -672,7 +672,7 @@ class IntegrationTests(@Autowired val restTemplate: TestRestTemplate) {
|
|||||||
println(">> Assert article page title, content and status code")
|
println(">> Assert article page title, content and status code")
|
||||||
val entity = restTemplate.getForEntity<String>("/article/2")
|
val entity = restTemplate.getForEntity<String>("/article/2")
|
||||||
assertThat(entity.statusCode).isEqualTo(HttpStatus.OK)
|
assertThat(entity.statusCode).isEqualTo(HttpStatus.OK)
|
||||||
assertThat(entity.body).contains("Reactor Aluminium has landed",,
|
assertThat(entity.body).contains("Reactor Aluminium has landed",
|
||||||
"<a href=\"https://projectreactor.io/\">https://projectreactor.io/</a>")
|
"<a href=\"https://projectreactor.io/\">https://projectreactor.io/</a>")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user