This is an automated email from the ASF dual-hosted git repository.
chetanm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 9bf98e5 Avoid logging complete configuration in test (#3768)
9bf98e5 is described below
commit 9bf98e5d135f928c00259999ae6cde25c822bd9e
Author: Chetan Mehrotra <[email protected]>
AuthorDate: Fri Jun 15 15:13:31 2018 +0530
Avoid logging complete configuration in test (#3768)
---
tests/src/test/scala/services/HeadersTests.scala | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/src/test/scala/services/HeadersTests.scala
b/tests/src/test/scala/services/HeadersTests.scala
index 44240d7..af67970 100644
--- a/tests/src/test/scala/services/HeadersTests.scala
+++ b/tests/src/test/scala/services/HeadersTests.scala
@@ -60,7 +60,6 @@ class HeadersTests extends FlatSpec with Matchers with
ScalaFutures with WskActo
implicit val materializer = ActorMaterializer()
val controllerProtocol =
loadConfigOrThrow[String]("whisk.controller.protocol")
- println(loadConfigOrThrow[String]("whisk"))
val whiskAuth = WhiskProperties.getBasicAuth
val creds = BasicHttpCredentials(whiskAuth.fst, whiskAuth.snd)
val allMethods = Some(Set(DELETE.name, GET.name, POST.name, PUT.name))
--
To stop receiving notification emails like this one, please contact
[email protected].