Skip to content

Commit bc4da6d

Browse files
update error msg in CSFLE (#901)
1 parent 8e61246 commit bc4da6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mongo/integration/client_side_encryption_prose_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// not use this file except in compliance with the License. You may obtain
55
// a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
66

7+
//go:build cse
78
// +build cse
89

910
package integration
@@ -687,7 +688,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
687688
{"aws success with endpoint", "aws", awsSuccessWithEndpoint, "", false},
688689
{"aws success with https endpoint", "aws", awsSuccessWithHTTPSEndpoint, "", false},
689690
{"aws failure with connection error", "aws", awsFailureConnectionError, "connection refused", false},
690-
{"aws failure with wrong endpoint", "aws", awsFailureInvalidEndpoint, "us-east-1", false},
691+
{"aws failure with wrong endpoint", "aws", awsFailureInvalidEndpoint, "mongocrypt", false},
691692
{"aws failure with parse error", "aws", awsFailureParseError, "parse error", false},
692693
{"azure success", "azure", azure, "", true},
693694
{"gcp success", "gcp", gcpSuccess, "", true},

0 commit comments

Comments
 (0)