diff --git a/command/seal_test.go b/command/seal_test.go index aa74199abe..c224aee31e 100644 --- a/command/seal_test.go +++ b/command/seal_test.go @@ -9,7 +9,7 @@ import ( "github.com/mitchellh/cli" ) -func TestSeal(t *testing.T) { +func Test_Seal(t *testing.T) { core, _, token := vault.TestCoreUnsealed(t) ln, addr := http.TestServer(t, core) defer ln.Close()