create(); $response = $this->post('/auth/login',[ "email" => $user->email, "password" => "password", ]); $response->assertStatus(200); } }