From 2af156751b284a7e21e712d59b99ae47d3b48afe Mon Sep 17 00:00:00 2001 From: Houssain Amrani Date: Sat, 27 Apr 2024 19:04:59 +0100 Subject: [PATCH] Update TestCase.php --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index e76d1ce..a6eaf7b 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -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'); }