ningyougang edited a comment on pull request #4940: URL: https://github.com/apache/openwhisk/pull/4940#issuecomment-672734096
There has one test case run failed: `Wsk actions should update an action via passing delAnnotations`, I tried to find the root reason but failed, below is my steps of find the reason for delete annotation, in my local, I executed below command using my debug enviroment  after click idea's `Run`, we can see it passed `delAnnotation` via body like below  But for my test case in this pr: `Wsk actions should update an action via passing delAnnotations` I print the body like below  It seems the param `delAnnotations` passed correctly. But finally, the test case run failed  two key error log is: * TestFailedException: HTTP request or response did not match the Swagger spec. * Object instance has properties which are not allowed by the schema: ["delAnnotations"]: [] Someone konws the reason? ---------------------------------------------------------------- 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: [email protected]
