diff --git a/tests/scenarios/MobileApplication/UserAccountTest.php b/tests/scenarios/MobileApplication/UserAccountTest.php
index e4b117057769aaeb01b262657535d49c8a8515b6..2dfea117b92be210d40178ac2b5b0802f6afd9ab 100644
--- a/tests/scenarios/MobileApplication/UserAccountTest.php
+++ b/tests/scenarios/MobileApplication/UserAccountTest.php
@@ -313,7 +313,7 @@ class Scenario_MobileApplication_UserAccountLoansWithoutTokenTest extends Scenar
                      "Content-Type" => "application/json"]);
 
     $loans = json_decode($this->_response->getBody(), true);
-    $this->assertArraySubset(['title' => 'Potter',
+    $this->assertArraySubset(['title' => 'Harry Potter La chambre des secrets',
                               'author' => 'J.K.R',
                               'date_due' => '1974-01-01',
                               'loaned_by' => 'puppy',
@@ -331,7 +331,7 @@ class Scenario_MobileApplication_UserAccountLoansWithoutTokenTest extends Scenar
                     ["Content-Type" => "application/json"]);
 
     $loans = json_decode($this->_response->getBody(), true);
-    $this->assertArraySubset(['title' => 'Potter',
+    $this->assertArraySubset(['title' => 'Harry Potter La chambre des secrets',
                               'author' => 'J.K.R',
                               'date_due' => '1974-01-01',
                               'loaned_by' => 'puppy',