Skip to content

Commit

Permalink
test: fix app key set
Browse files Browse the repository at this point in the history
  • Loading branch information
epessine committed Nov 18, 2023
1 parent 2111eb4 commit db7c082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abstract class TestCase extends BaseTestCase
protected function defineEnvironment($app)
{
tap($app['config'], function (Repository $config) {
$config->set('key', str()->random(16));
$config->set('app.key', str()->random(16));
});
}
}

0 comments on commit db7c082

Please sign in to comment.