mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Refactor DuskTestCase.php to use a hardcoded base URL
This commit is contained in:
parent
45729e6e37
commit
3835dc3fd7
1 changed files with 1 additions and 4 deletions
|
|
@ -52,9 +52,6 @@ abstract class DuskTestCase extends BaseTestCase
|
|||
*/
|
||||
protected function baseUrl()
|
||||
{
|
||||
$app_url = config('app.url');
|
||||
$port = config('app.port');
|
||||
|
||||
return $app_url.':'.$port;
|
||||
return 'http://localhost:8000';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue