This is an automated email from the ASF dual-hosted git repository. bdelacretaz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
commit 5d67afea937aedc314c55765343836822df64b35 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Tue Sep 4 17:58:38 2018 +0200 cleanup --- karate-http-testing/src/test/java/logBaseURL.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karate-http-testing/src/test/java/logBaseURL.js b/karate-http-testing/src/test/java/logBaseURL.js index 15c1f1c..1de4222 100644 --- a/karate-http-testing/src/test/java/logBaseURL.js +++ b/karate-http-testing/src/test/java/logBaseURL.js @@ -1,3 +1,3 @@ -function logBaseURL(url) { - karate.log("Expecting a Sling instance at", url, ", please start it separately"); +function(url) { + karate.log("Expecting a Sling instance at", url, "- please start it separately"); }
