@@ -797,7 +797,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
797797 "endpoint" : "doesnotexist.invalid:443" ,
798798 },
799799 "kmip" : {
800- "endpoint" : "doesnotexist.local :5698" ,
800+ "endpoint" : "doesnotexist.invalid :5698" ,
801801 },
802802 }
803803
@@ -821,9 +821,8 @@ func TestClientSideEncryptionProse(t *testing.T) {
821821 "endpoint" : "kms.us-east-1.amazonaws.com:443" ,
822822 }
823823 awsFailureConnectionError := map [string ]interface {}{
824- "region" : "us-east-1" ,
825- "key" : "arn:aws:kms:us-east-1:579766882180:key/89fcc2c4-08b0-4bd9-9f25-e30687b580d0" ,
826- "endpoint" : "kms.us-east-1.amazonaws.com:12345" ,
824+ "keyId" : "1" ,
825+ "endpoint" : "localhost:12345" ,
827826 }
828827 awsFailureInvalidEndpoint := map [string ]interface {}{
829828 "region" : "us-east-1" ,
@@ -862,7 +861,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
862861 }
863862 kmipFailureInvalidEndpoint := map [string ]interface {}{
864863 "keyId" : "1" ,
865- "endpoint" : "doesnotexist.local :5698" ,
864+ "endpoint" : "doesnotexist.invalid :5698" ,
866865 }
867866
868867 const (
@@ -908,7 +907,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
908907 },
909908 {
910909 name : "Case 4: aws failure with connection error" ,
911- provider : "aws " ,
910+ provider : "kmip " ,
912911 masterKey : awsFailureConnectionError ,
913912 errorSubstring : []string {errConnectionRefused , errWindowsTLSConnectionRefused },
914913 testInvalidClientEncryption : false ,
@@ -1585,7 +1584,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
15851584 "endpoint" : "127.0.0.1:9001" ,
15861585 }
15871586 azureMasterKey := map [string ]interface {}{
1588- "keyVaultEndpoint" : "doesnotexist.local " ,
1587+ "keyVaultEndpoint" : "doesnotexist.invalid " ,
15891588 "keyName" : "foo" ,
15901589 }
15911590 gcpMasterKey := map [string ]interface {}{
0 commit comments