Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
remove getapp
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jul 29, 2019
1 parent 4fb8f2d commit 547adee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 547adee

Please sign in to comment.