|
4 | 4 | // not use this file except in compliance with the License. You may obtain
|
5 | 5 | // a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
6 | 6 |
|
| 7 | +//go:build cse |
7 | 8 | // +build cse
|
8 | 9 |
|
9 | 10 | package integration
|
@@ -687,7 +688,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
|
687 | 688 | {"aws success with endpoint", "aws", awsSuccessWithEndpoint, "", false},
|
688 | 689 | {"aws success with https endpoint", "aws", awsSuccessWithHTTPSEndpoint, "", false},
|
689 | 690 | {"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}, |
691 | 692 | {"aws failure with parse error", "aws", awsFailureParseError, "parse error", false},
|
692 | 693 | {"azure success", "azure", azure, "", true},
|
693 | 694 | {"gcp success", "gcp", gcpSuccess, "", true},
|
|
0 commit comments