From 547adeee11bc7a1709899fff855efd9d80274219 Mon Sep 17 00:00:00 2001 From: Nandan Sridhar Date: Sun, 28 Jul 2019 20:42:37 -0700 Subject: [PATCH] remove getapp --- main_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main_test.go b/main_test.go index 27ba8cde..1078c1f3 100644 --- a/main_test.go +++ b/main_test.go @@ -182,7 +182,6 @@ func TestCreateApp(t *testing.T) { var outputMap map[string]string _ = json.Unmarshal([]byte(out.Bytes()), &outputMap) appId = outputMap["appId"] - } func TestListApp(t *testing.T) { @@ -268,14 +267,14 @@ func TestDeleteTS(t *testing.T) { } //get requires an app id. run list and get an app id or get it from create -func TestGetApp(t *testing.T) { +/*func TestGetApp(t *testing.T) { cmd := exec.Command(apigeecli, "apps", "get", "-o", org, "-i", appId, "-t", token, "-l") err := cmd.Run() if err != nil { t.Fatal(err) } -} +}*/ /*func TestSetMart(t *testing.T) { mart := os.Getenv("MART")