diff --git a/tests/Integration/Cache/DynamoDbStoreTest.php b/tests/Integration/Cache/DynamoDbStoreTest.php index 8ce6193179ef..7938abe9ef9d 100644 --- a/tests/Integration/Cache/DynamoDbStoreTest.php +++ b/tests/Integration/Cache/DynamoDbStoreTest.php @@ -87,7 +87,7 @@ protected function getEnvironmentSetUp($app) [ 'AttributeName' => $config['attributes']['key'] ?? 'key', 'KeyType' => 'HASH', - ] + ], ], 'AttributeDefinitions' => [ [