diff --git a/test/unitTests/app/resource/ResControllerTest.php b/test/unitTests/app/resource/ResControllerTest.php
index c4b2af4ae3492ede06a3222c5e8ed7eb8d3a70bc..42d60c3e019d44200e2256bb57609644e4154497 100755
--- a/test/unitTests/app/resource/ResControllerTest.php
+++ b/test/unitTests/app/resource/ResControllerTest.php
@@ -421,7 +421,7 @@ class ResControllerTest extends TestCase
         $response     = $resController->create($fullRequest, new \Slim\Http\Response());
         $this->assertSame(400, $response->getStatusCode());
         $responseBody = json_decode((string)$response->getBody(), true);
-        $this->assertSame('Body documentDate is not a valid date', $responseBody['errors']);
+        $this->assertSame('Body documentDate cannot be a date in the future', $responseBody['errors']);
 
         $body = [
             'doctype'     => 102,