Skip to content

Commit

Permalink
exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
steven0711dong committed Feb 17, 2020
1 parent 232384f commit 861bd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/scala/system/basic/WskCliBasicTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ class WskCliBasicTests extends TestHelpers with WskTestHelpers {
Seq("trigger", "update", triggerName, "-F", "feedParam", "feedParamVal") ++ wskprops.overrides,
expectedExitCode = ERROR_EXIT)
.stderr should include("this trigger does not contain a feed")
val stderr = wsk.trigger.delete(triggerName, expectedExitCode = SUCCESS).stderr
val stderr = wsk.trigger.delete(triggerName, expectedExitCode = SUCCESS_EXIT).stderr
}

it should "return error message when creating or updating feed with both --param and --trigger-param/--feed-param flags" in withAssetCleaner(
Expand Down

0 comments on commit 861bd1b

Please sign in to comment.