mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 04:16:31 +02:00
Change seal test name in command package
This commit is contained in:
parent
9392c2f7aa
commit
4c509ba162
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user