Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mongo/integration/client_side_encryption_prose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
{"Case 2: aws success with endpoint", "aws", awsSuccessWithEndpoint, "", false, ""},
{"Case 3: aws success with https endpoint", "aws", awsSuccessWithHTTPSEndpoint, "", false, ""},
{"Case 4: aws failure with connection error", "aws", awsFailureConnectionError, "connection refused", false, ""},
{"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, ""},
{"Case 6: aws failure with parse error", "aws", awsFailureParseError, "no such host", false, ""},
{"Case 7: azure success", "azure", azure, "", true, "no such host"},
{"Case 8: gcp success", "gcp", gcpSuccess, "", true, "no such host"},
Expand Down