mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
Simply remove any ent machinery from the export test (#29280)
* Simply remove any ent machinery from the export test * missed
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
//go:build !enterprise
|
||||
|
||||
package transit
|
||||
|
||||
import "testing"
|
||||
|
||||
func entTestExportsCorrectVersion(t *testing.T) {}
|
||||
@@ -90,7 +90,6 @@ func TestTransit_Export_KeyVersion_ExportsCorrectVersion(t *testing.T) {
|
||||
verifyExportsCorrectVersion(t, "public-key", "ecdsa-p384", "", "")
|
||||
verifyExportsCorrectVersion(t, "public-key", "ecdsa-p521", "", "")
|
||||
verifyExportsCorrectVersion(t, "public-key", "ed25519", "", "")
|
||||
entTestExportsCorrectVersion(t)
|
||||
}
|
||||
|
||||
func verifyExportsCorrectVersion(t *testing.T, exportType, keyType, parameterSet, ecKeyType string) {
|
||||
|
||||
Reference in New Issue
Block a user