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 2020/01/13 15:13:22 UTC

[GitHub] [openwhisk-client-js] rabbah commented on issue #195: Allow update to action without requiring a code artifact.

rabbah commented on issue #195: Allow update to action without requiring a code artifact.
URL: https://github.com/apache/openwhisk-client-js/pull/195#issuecomment-573711209
 
 
   Test added. Pre path test results:
   
   ```
     1 test failed
   
     actions › update a action with no paramters
   
     /Users/rabbah/projects/openwhisk-client-js/lib/actions.js:94
   
      93:     if (!isCodeAction && !isSequenceAction) {                   
      94:       throw new Error(messages.MISSING_ACTION_OR_SEQ_BODY_ERROR)
      95:     }                                                           
   
     Error thrown in test:
   
     Error {
       message: 'Missing mandatory action or sequence parameter from options.',
     }
   
     Actions.actionBody (lib/actions.js:94:13)
     Actions.create (lib/actions.js:56:25)
     create (test/unit/actions.test.js:416:18)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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