Skip to content

Commit 8810f41

Browse files
committed
Linting only
1 parent 8619c69 commit 8810f41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/signer/factory_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import (
55
"path/filepath"
66
"testing"
77

8-
rollconf "github.com/evstack/ev-node/pkg/config"
98
"github.com/stretchr/testify/require"
9+
10+
rollconf "github.com/evstack/ev-node/pkg/config"
1011
)
1112

1213
func TestNewSigner_ErrorPaths(t *testing.T) {
13-
t.Parallel()
1414

1515
specs := map[string]struct {
1616
mutateCfg func(cfg *rollconf.Config)
@@ -37,7 +37,7 @@ func TestNewSigner_ErrorPaths(t *testing.T) {
3737
cfg.Signer.SignerType = "awskms"
3838
cfg.Signer.KmsKeyID = ""
3939
},
40-
pass: "unused-passphrase",
40+
pass: "test-passphrase",
4141
wantErr: "aws kms key ID is required",
4242
},
4343
}

0 commit comments

Comments
 (0)