diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index 8fbf3706..6d9e8a75 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -13,7 +13,7 @@ class ExampleTest extends TestCase */ public function testBasicTest() { - $response = $this->get('/'); + $response = $this->get('/swagger'); $response->assertStatus(200); }