drcariel commented on a change in pull request #2547: CLI Experimental api 
removal
URL: 
https://github.com/apache/incubator-openwhisk/pull/2547#discussion_r130999591
 
 

 ##########
 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:
   whiskprops is now switched out as well, however, may need to figure out 
what's going on in WskConfigTests.scala. I didn't see any tests for V2, so I 
did my best to modify the existing ones (to get around compiler errors at 
least). I have a feeling the tests will fail
 
----------------------------------------------------------------
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

Reply via email to