We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5317f24 commit 31322e1Copy full SHA for 31322e1
1 file changed
pkg/signer/aws/signer_test.go
@@ -63,9 +63,9 @@ func TestNewKmsSignerFromClient_Success(t *testing.T) {
63
64
func TestNewKmsSignerFromClient_Validation(t *testing.T) {
65
specs := map[string]struct {
66
- client KMSClient
67
- keyID string
68
- errSubstr string
+ client KMSClient
+ keyID string
+ errSubstr string
69
}{
70
"empty key id": {
71
client: &mockKMSClient{},
0 commit comments