Skip to content

Commit

Permalink
change variable name in kms test
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes94 committed Jul 29, 2023
1 parent fa1c108 commit a3186e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fleetshard/pkg/cipher/kms_cipher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func TestKMSEncryptDecrypt(t *testing.T) {
}

keyID := os.Getenv("SECRET_ENCRYPTION_KEY_ID")
require.NotEmpty(t, keyID, "KMS_KEY_ID not set")
require.NotEmpty(t, keyID, "SECRET_ENCRYPTION_KEY_ID not set")

cipher, err := NewKMSCipher(keyID)
require.NoError(t, err, "creating KMS cipher")
Expand Down

0 comments on commit a3186e6

Please sign in to comment.