@@ -806,7 +806,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
806806 "endpoint" : "doesnotexist.invalid:443" ,
807807 },
808808 "kmip" : {
809- "endpoint" : "doesnotexist.local :5698" ,
809+ "endpoint" : "doesnotexist.invalid :5698" ,
810810 },
811811 }
812812
@@ -830,9 +830,8 @@ func TestClientSideEncryptionProse(t *testing.T) {
830830 "endpoint" : "kms.us-east-1.amazonaws.com:443" ,
831831 }
832832 awsFailureConnectionError := map [string ]interface {}{
833- "region" : "us-east-1" ,
834- "key" : "arn:aws:kms:us-east-1:579766882180:key/89fcc2c4-08b0-4bd9-9f25-e30687b580d0" ,
835- "endpoint" : "kms.us-east-1.amazonaws.com:12345" ,
833+ "keyId" : "1" ,
834+ "endpoint" : "localhost:12345" ,
836835 }
837836 awsFailureInvalidEndpoint := map [string ]interface {}{
838837 "region" : "us-east-1" ,
@@ -871,7 +870,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
871870 }
872871 kmipFailureInvalidEndpoint := map [string ]interface {}{
873872 "keyId" : "1" ,
874- "endpoint" : "doesnotexist.local :5698" ,
873+ "endpoint" : "doesnotexist.invalid :5698" ,
875874 }
876875
877876 const (
@@ -917,7 +916,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
917916 },
918917 {
919918 name : "Case 4: aws failure with connection error" ,
920- provider : "aws " ,
919+ provider : "kmip " ,
921920 masterKey : awsFailureConnectionError ,
922921 errorSubstring : []string {errConnectionRefused , errWindowsTLSConnectionRefused },
923922 testInvalidClientEncryption : false ,
@@ -1588,7 +1587,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
15881587 "endpoint" : "127.0.0.1:9001" ,
15891588 }
15901589 azureMasterKey := map [string ]interface {}{
1591- "keyVaultEndpoint" : "doesnotexist.local " ,
1590+ "keyVaultEndpoint" : "doesnotexist.invalid " ,
15921591 "keyName" : "foo" ,
15931592 }
15941593 gcpMasterKey := map [string ]interface {}{
0 commit comments