markusthoemmes commented on a change in pull request #3671: Activation id in header URL: https://github.com/apache/incubator-openwhisk/pull/3671#discussion_r210482764
########## File path: tests/src/test/scala/whisk/core/controller/test/ControllerTestCommon.scala ########## @@ -89,6 +89,8 @@ protected trait ControllerTestCommon val logStore = SpiLoader.get[LogStoreProvider].instance(actorSystem) val activationStore = SpiLoader.get[ActivationStoreProvider].instance(actorSystem, materializer, logging) + val ActivationIdHeaderInLowercase = ActivationIdHeader.toLowerCase + Review comment: I'd propose to make the global setting lowercased then, and use that throughout. WDYT? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
