matrei commented on code in PR #15505:
URL: https://github.com/apache/grails-core/pull/15505#discussion_r2954721753
##########
grails-test-examples/views-functional-tests/src/integration-test/groovy/functional/tests/TeamSpec.groovy:
##########
@@ -104,15 +68,11 @@ class TeamSpec extends HttpClientSpec {
@IgnoreIf({ System.getenv('GITHUB_REF') })
void 'Test HAL rendering'() {
when:
- HttpRequest request = HttpRequest.GET('/teams/hal/1')
- HttpResponse<String> resp = client.toBlocking().exchange(request,
String)
+ def response = http('/teams/hal/1')
+ def lang =
"${System.properties.getProperty('user.language')}_${System.properties.getProperty('user.country')}"
Review Comment:
I'm not sure, the test is also disabled in CI.
I'll remove it and the lang field from the expected JSON, and enable the
test for CI again.
--
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]