matrei commented on code in PR #14876:
URL: https://github.com/apache/grails-core/pull/14876#discussion_r2187622964
##########
grails-test-examples/geb/src/integration-test/groovy/org/demo/spock/InheritedConfigSpec.groovy:
##########
@@ -43,7 +43,7 @@ class NotSuperSpec extends ContainerGebSpec {}
class InheritedConfigSpec extends SuperSpec {
void 'should show the right server name when visiting /serverName'() {
when: 'visiting the server name controller'
- go '/serverName'
+ go(('/serverName'))
Review Comment:
Double parentheses?
--
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]