Skip to content

Commit 3a26afc

Browse files
committed
m
1 parent a94fc54 commit 3a26afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/runtimes/java/src/test/java/software/amazon/cryptography/dbencryptionsdk/dynamodb/DynamoDbEncryptionInterceptorIntegrationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ public void TestFailsNonSyncClient() throws Throwable {
945945

946946
@Test(
947947
expectedExceptions = CollectionOfErrors.class,
948-
expectedExceptionsMessageRegExp = "Raw AES Keyring was unable to decrypt any encrypted data key. The list of encountered Exceptions is avaible via `list`."
948+
expectedExceptionsMessageRegExp = "Raw AES Keyring was unable to decrypt any encrypted data key. The list of encountered Exceptions is avaible via `list`.*"
949949
)
950950
public void TestOnDecryptKeyringFailure() throws Throwable {
951951
String partitionValue = "expectedOnDecryptKeyringFailure";

0 commit comments

Comments
 (0)