Skip to content

Commit bf934aa

Browse files
steven0711dongdubee
authored andcommitted
Update test file (#463)
This is a corresponding update for openwhisk commit a3f41e665
1 parent a2fde75 commit bf934aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/test/scala/org/apache/openwhisk/core/cli/test/WskCliBasicUsageTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ class WskCliBasicUsageTests extends TestHelpers with WskTestHelpers {
442442
kind = Some("foobar"),
443443
expectedExitCode = BAD_REQUEST)
444444
}
445-
rr.stderr should include regex "kind 'foobar' not in Set"
445+
rr.stderr should include regex "The request content was malformed"
446446
}
447447

448448
it should "report error when creating an action with zip but without kind" in withAssetCleaner(wskprops) {

0 commit comments

Comments
 (0)