rabbah commented on a change in pull request #2996: Rewrite WskBasicUsageTests
URL:
https://github.com/apache/incubator-openwhisk/pull/2996#discussion_r160865358
##########
File path: tests/src/test/scala/whisk/core/cli/test/WskBasicUsageTests.scala
##########
@@ -1133,567 +697,14 @@ class WskBasicUsageTests extends TestHelpers with
WskTestHelpers {
}
try {
- wsk.trigger.create(triggerName, feed = Some(actionName)).stdout should
include(""""lifecycleEvent": "CREATE"""")
+ wsk.trigger.create(triggerName, feed = Some(actionName)).statusCode
shouldBe OK
Review comment:
a feed is entirely done client side, could remove the feed tests too.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services