dubee commented on a change in pull request #3503: move CLI node tests to CLI 
repo and sync node default tests
URL: 
https://github.com/apache/incubator-openwhisk/pull/3503#discussion_r178652735
 
 

 ##########
 File path: tests/src/test/scala/system/basic/WskRuleTests.scala
 ##########
 @@ -91,7 +92,7 @@ abstract class WskRuleTests extends TestHelpers with 
WskTestHelpers {
     val active = Some("active".toJson)
     val inactive = Some("inactive".toJson)
     val statusPermutations =
-      Seq((triggerName, active), (triggerName, inactive), (triggerName2, 
active), (triggerName, inactive))
+      Seq((triggerName, active), (triggerName, inactive), (triggerName2, 
active), (triggerName2, inactive))
 
 Review comment:
   Nope needs to be `triggerName` otherwise it's just running the first two 
permutations again.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to