Skip to content

Commit aefff4c

Browse files
PHPLIB-835: fix CSFLE "Custom Endpoint Test" Case 5 (mongodb#912)
1 parent bc60323 commit aefff4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/SpecTests/ClientSideEncryptionSpecTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,6 @@ static function (self $test, ClientEncryption $clientEncryption, ClientEncryptio
724724
yield 'Test 5' => [
725725
static function (self $test, ClientEncryption $clientEncryption, ClientEncryption $clientEncryptionInvalid) use ($awsMasterKey): void {
726726
$test->expectException(RuntimeException::class);
727-
$test->expectExceptionMessageMatches('#us-east-1#');
728727
$clientEncryption->createDataKey('aws', ['masterKey' => $awsMasterKey + ['endpoint' => 'kms.us-east-2.amazonaws.com']]);
729728
},
730729
];

0 commit comments

Comments
 (0)