From 69b1cae9e252e9f2f8394675f8df5cd9dca8f5de Mon Sep 17 00:00:00 2001 From: Becca Petrin Date: Thu, 24 May 2018 13:57:25 -0700 Subject: [PATCH] fix tests (#4636) --- command/format.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command/format.go b/command/format.go index 4af09e402c..c4c55e00e9 100644 --- a/command/format.go +++ b/command/format.go @@ -75,7 +75,6 @@ func Format(ui cli.Ui) string { return ui.(*VaultUI).format } - panic("") format := os.Getenv(EnvVaultFormat) if format == "" { format = "table"