Skip to content

Commit adeb9b2

Browse files
tysonnorrismarkusthoemmes
authored andcommitted
ContainerFactory SPI (#2659)
1 parent 0930398 commit adeb9b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/test/scala/actionContainers/ActionContainer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ object ActionContainer {
164164
}
165165

166166
private def syncPost(host: String, port: Int, endPoint: String, content: JsValue): (Int, Option[JsObject]) = {
167-
whisk.core.containerpool.docker.HttpUtils.post(host, port, endPoint, content)
167+
whisk.core.containerpool.HttpUtils.post(host, port, endPoint, content)
168168
}
169169

170170
private class ActionContainerImpl() extends ActionContainer {

0 commit comments

Comments
 (0)