You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/10/30 16:52:33 UTC

[GitHub] dubeejw commented on a change in pull request #2895: Update the test cases about rules with REST implementation

dubeejw commented on a change in pull request #2895: Update the test cases about rules with REST implementation
URL: https://github.com/apache/incubator-openwhisk/pull/2895#discussion_r147764987
 
 

 ##########
 File path: tests/src/test/scala/common/rest/WskRest.scala
 ##########
 @@ -631,14 +632,14 @@ class WskRestActivation extends RunWskRestCmd with HasActivationRest with WaitFo
     var paramMap = Map("skip" -> "0", "docs" -> docs.toString) ++ {
       limit map { l =>
         Map("limit" -> l.toString)
-      } getOrElse Map("limit" -> "30")
+      } getOrElse Map("limit" -> "0")
 
 Review comment:
   `limit` should not be part of the payload if it is not set.

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


With regards,
Apache Git Services