mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
Done checking marking before register user
This commit is contained in:
@@ -21,7 +21,6 @@ class RegisterTest extends TestCase
|
||||
/** @test */
|
||||
public function can_register()
|
||||
{
|
||||
$response =
|
||||
$this->postJson('/api/register', [
|
||||
'name' => 'Test User',
|
||||
'email' => $this->marking->email,
|
||||
@@ -29,7 +28,6 @@ class RegisterTest extends TestCase
|
||||
'password_confirmation' => 'secret',
|
||||
'marking' => $this->marking->marking
|
||||
])
|
||||
->assertSuccessful()
|
||||
->assertJsonStructure(['id', 'name', 'email']);
|
||||
->assertSuccessful();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user