mdeuser commented on a change in pull request #2547: CLI Experimental api
removal
URL:
https://github.com/apache/incubator-openwhisk/pull/2547#discussion_r130718954
##########
File path: tests/src/test/scala/whisk/core/cli/test/ApiGwTests.scala
##########
@@ -1035,7 +607,7 @@ class ApiGwTests
rr.stderr should include("does not exist")
}
finally {
- val deleteresult = apiDeleteExperimental(basepathOrApiName =
testbasepath, expectedExitCode = DONTCARE_EXIT)
+ val deleteresult = apiDelete(basepathOrApiName = testbasepath,
expectedExitCode = DONTCARE_EXIT)
Review comment:
a couple more "V2" related items
- testswaggerdoc1V2, testswaggerdoc2V2
- WskPropsV2.. save this for last, but i think this can replace the existing
WskProps definition in the same file.
----------------------------------------------------------------
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