Skip to content

Commit

Permalink
Update http-server-jetty/src/test/groovy/io/micronaut/servlet/jetty/J…
Browse files Browse the repository at this point in the history
…ettyErrorSpec.groovy

Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
  • Loading branch information
wetted and sdelamo authored Nov 10, 2023
1 parent e0dc6b8 commit d4cf693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class JettyErrorSpec extends Specification {
client.toBlocking().exchange("/errors/stream-delayed", Integer[].class)

then:
HttpClientResponseException ex = thrown(HttpClientResponseException)
HttpClientResponseException ex = thrown()
ex.status == HttpStatus.OK
ex.message.contains("Unexpected end-of-input")
}
Expand Down

0 comments on commit d4cf693

Please sign in to comment.