Skip to content

Commit d0c9e8a

Browse files
committed
Fix test code for DockerContainerTests
1 parent bb0e791 commit d0c9e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/test/scala/org/apache/openwhisk/core/containerpool/docker/test/DockerContainerTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ class DockerContainerTests
488488
val initResult = container.initialize(JsObject.empty, 1.second, 1)
489489
an[ContainerHealthError] should be thrownBy await(initResult)
490490

491-
val runResult = container.run(JsObject.empty, JsObject.empty, 1.second, 1)
491+
val runResult = container.run(JsObject.empty, JsObject.empty, 1.second, 1, 1.MB, 1.MB)
492492
an[ContainerHealthError] should be thrownBy await(runResult)
493493
}
494494

0 commit comments

Comments
 (0)