mdeuser commented on a change in pull request #2966: WIP: Path parameter
support for API GW
URL:
https://github.com/apache/incubator-openwhisk/pull/2966#discussion_r160751020
##########
File path: tests/src/test/scala/whisk/core/cli/test/ApiGwTests.scala
##########
@@ -164,11 +164,12 @@ abstract class ApiGwTests extends BaseApiGwTests {
rr.stderr should include("The supplied authentication is invalid")
}
- def replaceStringInFile(fileName: String, regex: Regex, replacement:
String): String = {
+ def replaceStringInFile(fileName: String, replacements: Map[Regex, String]):
String = {
Review comment:
note that the ApiGwTests.scala cli tests have move to the
apache/incubator-openwhisk-cli repo.
----------------------------------------------------------------
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