We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2fde75 commit bf934aaCopy full SHA for bf934aa
1 file changed
tests/src/test/scala/org/apache/openwhisk/core/cli/test/WskCliBasicUsageTests.scala
@@ -442,7 +442,7 @@ class WskCliBasicUsageTests extends TestHelpers with WskTestHelpers {
442
kind = Some("foobar"),
443
expectedExitCode = BAD_REQUEST)
444
}
445
- rr.stderr should include regex "kind 'foobar' not in Set"
+ rr.stderr should include regex "The request content was malformed"
446
447
448
it should "report error when creating an action with zip but without kind" in withAssetCleaner(wskprops) {
0 commit comments