fixes for tesT

This commit is contained in:
David Bomba 2019-07-09 07:55:43 +10:00
parent d4ed6fddb4
commit 1241f14063

View File

@ -49,11 +49,10 @@ class AccountTest extends TestCase
'terms_of_service' => 1
];
$response = $this->post('/signup', $data);
$response = $this->post('/signup', $data, ['X-API-SECRET' => 'password']);
$response->assertStatus(200);
//$response->assertStatus(200);
//
$this->assertTrue(true);
}