Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down