open-vault/vault/seal_testing_util.go

10 lines
175 B
Go

// +build !enterprise
package vault
import testing "github.com/mitchellh/go-testing-interface"
func NewTestSeal(testing.T, *TestSealOpts) Seal {
return NewDefaultSeal()
}