Fix tests

This commit is contained in:
Daniel Supernault 2019-04-02 22:29:15 -06:00
parent 2e2a1ac265
commit 6d0a908329
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 7 deletions

View File

@ -8,13 +8,6 @@ use Illuminate\Foundation\Testing\WithoutMiddleware;
class InstalledTest extends TestCase
{
/** @test */
public function landing_page()
{
$response = $this->get('/');
$response->assertStatus(200);
}
/** @test */
public function nodeinfo_api()
{