Skip to content

Commit

Permalink
fix key in DynamoDbTestCase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Manabu Matsui committed Jul 10, 2023
1 parent 9a95f91 commit 30201f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DynamoDbTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protected function getEnvironmentSetUp($app)
{
$app['config']->set('dynamodb.connections.test', [
'credentials' => [
'key' => 'dynamodb_local',
'key' => 'dynamodblocal',
'secret' => 'secret',
],
'region' => 'test',
Expand Down

0 comments on commit 30201f2

Please sign in to comment.