Skip to content

Commit

Permalink
Merge pull request #61 from amranidev/amranidev-patch-3
Browse files Browse the repository at this point in the history
Update TestCase.php
  • Loading branch information
amranidev authored Apr 27, 2024
2 parents 763179b + 2af1567 commit 458db4c
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 @@ -21,7 +21,7 @@ protected function getPackageProviders($app)
protected function getEnvironmentSetUp($app)
{
$app['config']->set('laracombee.database', 'amranidev');
$app['config']->set('laracombee.token', 'Ziyu6NtLU7Be9O5AhdwFNvasnSOZj35b0vbJbmQLexnu5xtQEtV01bv8Xpa68Hzi');
$app['config']->set('laracombee.token', 'In8pEgDs0PbgdT1QOZupTRP0HP5eMWWdgvjdq6WjmwRUNjhfg2556na0vHQyy88J');
$app['config']->set('laracombee.timeout', '5000');
$app['config']->set('laracombee.protocol', 'https');
}
Expand Down

0 comments on commit 458db4c

Please sign in to comment.