Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5205E200CC6 for ; Tue, 18 Jul 2017 15:30:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5072516624E; Tue, 18 Jul 2017 13:30:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 972731661D2 for ; Tue, 18 Jul 2017 15:30:29 +0200 (CEST) Received: (qmail 76760 invoked by uid 500); 18 Jul 2017 13:30:28 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 76751 invoked by uid 99); 18 Jul 2017 13:30:28 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jul 2017 13:30:28 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4C6D7814F4; Tue, 18 Jul 2017 13:30:26 +0000 (UTC) Date: Tue, 18 Jul 2017 13:30:26 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-catalog] branch master updated: Fix who is method. (#234) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150038462643.15937.12458560745943003981@gitbox.apache.org> From: berstler@apache.org Reply-To: "commits@openwhisk.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-catalog X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 95dab3c5d71b3510e64b60626a3f4e87f147b71d X-Git-Newrev: c8a19683eb74ff7d8a7ea7aca1a380dc3ac831a8 X-Git-Rev: c8a19683eb74ff7d8a7ea7aca1a380dc3ac831a8 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Tue, 18 Jul 2017 13:30:30 -0000 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 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" '].