forms icon indicating copy to clipboard operation
forms copied to clipboard

Add transfer ownership unit tests

Open hamza221 opened this issue 1 year ago • 1 comments

fix #1830

hamza221 avatar Jan 24 '24 18:01 hamza221

There was 1 error:

1) OCA\Forms\Tests\Unit\Controller\ApiControllerTest::testTransferOwner
OCP\AppFramework\OCS\OCSForbiddenException: This form is not owned by the current user

/home/runner/work/forms/forms/apps/forms/lib/Controller/ApiController.php:386
/home/runner/work/forms/forms/apps/forms/tests/Unit/Controller/ApiControllerTest.php:932

susnux avatar Jan 24 '24 20:01 susnux

There was 1 error:

1) OCA\Forms\Tests\Unit\Controller\ApiControllerTest::testTransferOwner
OCP\AppFramework\OCS\OCSForbiddenException: This form is not owned by the current user

/home/runner/work/forms/forms/apps/forms/lib/Controller/ApiController.php:386
/home/runner/work/forms/forms/apps/forms/tests/Unit/Controller/ApiControllerTest.php:932

FormMapper wasn't set to respond with the $form set in the tests.

Chartman123 avatar Apr 14 '24 12:04 Chartman123