dubeejw commented on a change in pull request #3254: Preserve rule status when 
rule is updated
URL: 
https://github.com/apache/incubator-openwhisk/pull/3254#discussion_r168027670
 
 

 ##########
 File path: tests/src/test/scala/whisk/core/controller/test/RulesApiTests.scala
 ##########
 @@ -563,7 +563,7 @@ class RulesApiTests extends ControllerTestCommon with 
WhiskRulesApi {
         WhiskRuleResponse(
           namespace,
           rule.name,
-          Status.ACTIVE,
+          Status.INACTIVE,
 
 Review comment:
   Status is set to `INACTIVE` in this file because the trigger route is not 
accessible in the unit test, resulting in an `INACTIVE` status when a rule is 
updated.

----------------------------------------------------------------
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