From db83faeb49915da949e094bfb2ba971322f5e600 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 12 Apr 2016 23:32:52 -0700 Subject: [PATCH] Remove baseurl --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.