Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Buck <edwbuck@gmail.com>
  • Loading branch information
edwbuck committed Sep 17, 2024
1 parent bfc335d commit 087dae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/server/plugin/keymanager/awskms/awskms_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ import (
"testing"
"time"

"github.com/spiffe/spire/pkg/common/catalog"
"github.com/spiffe/go-spiffe/v2/spiffeid"
"github.com/andres-erbsen/clock"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/kms/types"
"github.com/sirupsen/logrus"
"github.com/sirupsen/logrus/hooks/test"
"github.com/spiffe/go-spiffe/v2/spiffeid"
keymanagerv1 "github.com/spiffe/spire-plugin-sdk/proto/spire/plugin/server/keymanager/v1"
configv1 "github.com/spiffe/spire-plugin-sdk/proto/spire/service/common/config/v1"
"github.com/spiffe/spire/pkg/common/catalog"
"github.com/spiffe/spire/pkg/server/plugin/keymanager"
keymanagertest "github.com/spiffe/spire/pkg/server/plugin/keymanager/test"
"github.com/spiffe/spire/test/plugintest"
Expand Down Expand Up @@ -100,7 +100,7 @@ func TestKeyManagerContract(t *testing.T) {
plugintest.Load(t, builtin(p), km, plugintest.CoreConfig(catalog.CoreConfig{
TrustDomain: spiffeid.RequireTrustDomainFromString("example.org"),
}),
plugintest.Configuref(`
plugintest.Configuref(`
region = "fake-region"
key_identifier_file = %q
`, keyIdentifierFile))
Expand Down

0 comments on commit 087dae6

Please sign in to comment.