diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index f31e495..c7bdd47 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -14,7 +14,7 @@ class ExampleTest extends TestCase */ public function testBasicTest() { - $response = $this->get('/'); + $response = $this->get('/api/v1/slangs'); $response->assertStatus(200); }