exercise_tracker_api-1 User Authentication

This commit is contained in:
2020-04-26 23:32:27 +01:00
parent 3cc4576743
commit fa05a80818
3 changed files with 6 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ class ExampleTest extends TestCase
public function testBasicTest()
{
$response = $this->get('/');
$response->assertStatus(200);
}
}