This is an automated email from the ASF dual-hosted git repository.
dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-cli.git
The following commit(s) were added to refs/heads/master by this push:
new bf934aa Update test file (#463)
bf934aa is described below
commit bf934aa251056bf5eef2c3bd508563b8caff934c
Author: steven0711dong <[email protected]>
AuthorDate: Mon Nov 18 16:15:27 2019 -0500
Update test file (#463)
This is a corresponding update for openwhisk commit a3f41e665
---
.../org/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 c4f9956..aa4345f 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) {