algairim commented on a change in pull request #1192: URL: https://github.com/apache/brooklyn-server/pull/1192#discussion_r659998696
########## File path: rest/rest-resources/src/test/java/org/apache/brooklyn/rest/testing/BrooklynRestApiTest.java ########## @@ -143,14 +143,18 @@ private TestShutdownHandler createShutdownHandler() { return new TestShutdownHandler(); } + protected BrooklynProperties getBrooklynProperties() { + return null; + } Review comment: This allows to introduce Brooklyn properties at instantiation stage. -- 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: dev-unsubscr...@brooklyn.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org