// +build !enterprise package vault import ( testing "github.com/mitchellh/go-testing-interface" ) func testGenerateCoreKeys() (interface{}, interface{}, error) { return nil, nil, nil } func testGetLicensingConfig(interface{}) *LicensingConfig { return &LicensingConfig{} } func testExtraClusterCoresTestSetup(testing.T, interface{}, []*TestClusterCore) {} func testAdjustTestCore(_ *CoreConfig, tcc *TestClusterCore) { tcc.UnderlyingStorage = tcc.physical }