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:
Scott Miller
2025-01-03 13:37:53 -05:00
committed by GitHub
parent c3cb730bae
commit 39365aa01f
2 changed files with 0 additions and 11 deletions

View File

@@ -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) {}

View File

@@ -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) {