We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8619c69 commit 8810f41Copy full SHA for 8810f41
1 file changed
pkg/signer/factory_test.go
@@ -5,12 +5,12 @@ import (
5
"path/filepath"
6
"testing"
7
8
- rollconf "github.com/evstack/ev-node/pkg/config"
9
"github.com/stretchr/testify/require"
+
10
+ rollconf "github.com/evstack/ev-node/pkg/config"
11
)
12
13
func TestNewSigner_ErrorPaths(t *testing.T) {
- t.Parallel()
14
15
specs := map[string]struct {
16
mutateCfg func(cfg *rollconf.Config)
@@ -37,7 +37,7 @@ func TestNewSigner_ErrorPaths(t *testing.T) {
37
cfg.Signer.SignerType = "awskms"
38
cfg.Signer.KmsKeyID = ""
39
},
40
- pass: "unused-passphrase",
+ pass: "test-passphrase",
41
wantErr: "aws kms key ID is required",
42
43
}
0 commit comments