Skip to content

Commit d4636c2

Browse files
author
Benjamin Rewis
committed
GODRIVER-2370 fix error message in CSFLE Custom Endpoint test Case 5
1 parent 897aa8f commit d4636c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/integration/client_side_encryption_prose_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
767767
{"Case 2: aws success with endpoint", "aws", awsSuccessWithEndpoint, "", false, ""},
768768
{"Case 3: aws success with https endpoint", "aws", awsSuccessWithHTTPSEndpoint, "", false, ""},
769769
{"Case 4: aws failure with connection error", "aws", awsFailureConnectionError, "connection refused", false, ""},
770-
{"Case 5: aws failure with wrong endpoint", "aws", awsFailureInvalidEndpoint, "us-east-1", false, ""},
770+
{"Case 5: aws failure with wrong endpoint", "aws", awsFailureInvalidEndpoint, "mongocrypt error", false, ""},
771771
{"Case 6: aws failure with parse error", "aws", awsFailureParseError, "no such host", false, ""},
772772
{"Case 7: azure success", "azure", azure, "", true, "no such host"},
773773
{"Case 8: gcp success", "gcp", gcpSuccess, "", true, "no such host"},

0 commit comments

Comments
 (0)