jdaugherty commented on code in PR #15557:
URL: https://github.com/apache/grails-core/pull/15557#discussion_r3341545649
##########
grails-geb/src/testFixtures/groovy/grails/plugin/geb/WebDriverContainerHolder.groovy:
##########
@@ -499,7 +504,8 @@ class WebDriverContainerHolder {
private static class InterceptingProperties extends Properties {
@Override
String getProperty(String key) {
- def v = OVERRIDDEN_SYSTEM_PROPERTIES.get().get(key)
+ Map<String, String> overrides = getOverriddenProperties()
Review Comment:
Why is the helper required? This seems like a groovy bug.
--
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]