Fixes for tests

This commit is contained in:
David Bomba 2025-04-26 11:00:05 +10:00
parent cf023a100e
commit 376a385675
1 changed files with 0 additions and 9 deletions

View File

@ -525,15 +525,6 @@ class ClientApiTest extends TestCase
public function testDocumentValidationPutFails()
{
$data = [
'name' => 'name of client',
'documents' => 'wut',
];
$response = $this->withHeaders([
'X-API-TOKEN' => $this->token,
])->putJson("/api/v1/clients/{$this->client->hashed_id}", $data)
->assertStatus(422);
$data = [
'name' => 'name of client',