Skip to content
Snippets Groups Projects
Commit 1e470b3f authored by Vinciane's avatar Vinciane
Browse files

FEAT #9207 correction noteControllerTest

parent dd03c1d7
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,6 @@ class NoteControllerTest extends TestCase
$response = $noteController->create($fullRequest, new \Slim\Http\Response(), $resID);
$responseBody = json_decode((string)$response->getBody());
$this->assertSame('Bad Request', $responseBody->errors);
$this->assertSame('Bad Request note text', $responseBody->errors);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment