mdeuser commented on issue #2493: API gw test cleanup URL: https://github.com/apache/incubator-openwhisk/pull/2493#issuecomment-326568222 nit. consistent removal of result variables in the `finally` clauses in ApiGwTests.scala ``` for (i <- 1 to 3) { val deleteApis = apiDelete(basepathOrApiName = s"${baseName}$i", expectedExitCode = DONTCARE_EXIT) } val deleteAction = wsk.action.delete(name = actionName, expectedExitCode = DONTCARE_EXIT) ``` ---------------------------------------------------------------- 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: [email protected]
With regards, Apache Git Services
