We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897aa8f commit d4636c2Copy full SHA for d4636c2
mongo/integration/client_side_encryption_prose_test.go
@@ -767,7 +767,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
767
{"Case 2: aws success with endpoint", "aws", awsSuccessWithEndpoint, "", false, ""},
768
{"Case 3: aws success with https endpoint", "aws", awsSuccessWithHTTPSEndpoint, "", false, ""},
769
{"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, ""},
+ {"Case 5: aws failure with wrong endpoint", "aws", awsFailureInvalidEndpoint, "mongocrypt error", false, ""},
771
{"Case 6: aws failure with parse error", "aws", awsFailureParseError, "no such host", false, ""},
772
{"Case 7: azure success", "azure", azure, "", true, "no such host"},
773
{"Case 8: gcp success", "gcp", gcpSuccess, "", true, "no such host"},
0 commit comments