jdaugherty commented on code in PR #15505:
URL: https://github.com/apache/grails-core/pull/15505#discussion_r2935480241
##########
grails-test-examples/micronaut/src/integration-test/groovy/micronaut/MicronautErsatzAdvancedSpec.groovy:
##########
@@ -136,37 +124,6 @@ class MicronautErsatzAdvancedSpec extends Specification {
ersatz.verify()
}
- void "ANY method matcher in ersatz matches GET request from Micronaut
HttpClient"() {
Review Comment:
These tests (and others in this file) appear to be testing the behavior of
the eratz server - I agree with removing them, but I suspect there is missing
test coverage - maybe the AI didn't understand the intent was to call code that
then uses a declarative client that calls the mock server? @jamesfredley we may
have some test gaps here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]