diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index 094c2cb..86e4389 100755 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -15,7 +15,7 @@ class ExampleTest extends TestCase */ public function test_the_application_returns_a_successful_response(): void { - $response = $this->get('/'); + $response = $this->withoutMiddleware()->get('/'); $response->assertStatus(200); }