Skip to content

Commit 18b212a

Browse files
authored
CDRIVER-4326 fix CSFLE custom endpoint Case 5 (#963)
1 parent 24e3ee4 commit 18b212a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/tests/test-mongoc-client-side-encryption.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ test_custom_endpoint (void *unused)
12651265
client_encryption, "aws", datakey_opts, &keyid, &error);
12661266
BSON_ASSERT (!res);
12671267
ASSERT_ERROR_CONTAINS (
1268-
error, MONGOC_ERROR_CLIENT_SIDE_ENCRYPTION, 1, "us-east-1");
1268+
error, MONGOC_ERROR_CLIENT_SIDE_ENCRYPTION, 1, "");
12691269
bson_value_destroy (&keyid);
12701270
bson_destroy (masterkey);
12711271
mongoc_client_encryption_destroy (client_encryption);

0 commit comments

Comments
 (0)