You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by be...@apache.org on 2017/07/18 13:30:26 UTC

[incubator-openwhisk-catalog] branch master updated: Fix who is method. (#234)

This is an automated email from the ASF dual-hosted git repository.

berstler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-catalog.git


The following commit(s) were added to refs/heads/master by this push:
     new c8a1968  Fix who is method. (#234)
c8a1968 is described below

commit c8a19683eb74ff7d8a7ea7aca1a380dc3ac831a8
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Tue Jul 18 09:30:24 2017 -0400

    Fix who is method. (#234)
---
 tests/src/test/scala/packages/utils/UtilsTests.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/test/scala/packages/utils/UtilsTests.scala b/tests/src/test/scala/packages/utils/UtilsTests.scala
index fe37828..1a2b926 100644
--- a/tests/src/test/scala/packages/utils/UtilsTests.scala
+++ b/tests/src/test/scala/packages/utils/UtilsTests.scala
@@ -33,7 +33,7 @@ class UtilsTests extends TestHelpers with WskTestHelpers with Matchers {
 
     implicit val wskprops = WskProps()
     val wsk = new Wsk()
-    val namespace = WskAdmin.getUser(wskprops.authKey)._2
+    val namespace = wsk.namespace.whois()
 
     val lines = Array("seven", "eight", "nine")
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].