diff --git a/test/unitTests/app/user/UserControllerTest.php b/test/unitTests/app/user/UserControllerTest.php index a35faf762243f12cccb2d406a8dda69e907ae518..bf70378369d54b719b65a4d50facc74b7c7a588d 100755 --- a/test/unitTests/app/user/UserControllerTest.php +++ b/test/unitTests/app/user/UserControllerTest.php @@ -729,7 +729,7 @@ class UserControllerTest extends TestCase $this->assertSame('User', $responseBody['lastname']); $this->assertSame('dev@maarch.org', $responseBody['mail']); $this->assertSame('SU', $responseBody['initials']); - $this->assertSame('java', $responseBody['preferences']['documentEdition']); + $this->assertSame('onlyoffice', $responseBody['preferences']['documentEdition']); // UPDATE