From 233547a5d257e4aa6db481e309e83decf6ac9110 Mon Sep 17 00:00:00 2001 From: steven0711dong <53186782+steven0711dong@users.noreply.github.com> Date: Mon, 18 Nov 2019 12:27:29 -0500 Subject: [PATCH] Update test file This is a corresponding update for openwhisk commit a3f41e665 --- .../apache/openwhisk/core/cli/test/WskCliBasicUsageTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/test/scala/org/apache/openwhisk/core/cli/test/WskCliBasicUsageTests.scala b/tests/src/test/scala/org/apache/openwhisk/core/cli/test/WskCliBasicUsageTests.scala index c4f995687..aa4345fb0 100644 --- a/tests/src/test/scala/org/apache/openwhisk/core/cli/test/WskCliBasicUsageTests.scala +++ b/tests/src/test/scala/org/apache/openwhisk/core/cli/test/WskCliBasicUsageTests.scala @@ -442,7 +442,7 @@ class WskCliBasicUsageTests extends TestHelpers with WskTestHelpers { kind = Some("foobar"), expectedExitCode = BAD_REQUEST) } - rr.stderr should include regex "kind 'foobar' not in Set" + rr.stderr should include regex "The request content was malformed" } it should "report error when creating an action with zip but without kind" in withAssetCleaner(wskprops) {