cbickel commented on a change in pull request #4343: Move runtimesRegistry to 
pureconfig.
URL: 
https://github.com/apache/incubator-openwhisk/pull/4343#discussion_r265547230
 
 

 ##########
 File path: 
tests/src/test/scala/org/apache/openwhisk/core/containerpool/mesos/test/MesosContainerFactoryTest.scala
 ##########
 @@ -112,8 +112,8 @@ class MesosContainerFactoryTest
       logging,
       Map("--arg1" -> Set("v1", "v2")),
       containerArgsConfig,
-      mesosConfig,
-      (system, mesosConfig) => testActor)
+      mesosConfig = mesosConfig,
+      clientFactory = (system, mesosConfig) => testActor)
 
 Review comment:
   Yes, as I'm adding the new `RuntimesRegistryConfig` to Mesos as well.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to