diff --git a/tests/TestCase.php b/tests/TestCase.php index 730d7881c2..4a632fef1a 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -7,7 +7,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase * * @var string */ - protected $baseUrl = 'http://snipe-it5.dev:8888'; + //protected $baseUrl = 'http://snipe-it5.dev:8888'; /** * Creates the application.