diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Term/TermResourceTestBase.php b/core/modules/rest/tests/src/Functional/EntityResource/Term/TermResourceTestBase.php index 06e541f..da966ed 100644 --- a/core/modules/rest/tests/src/Functional/EntityResource/Term/TermResourceTestBase.php +++ b/core/modules/rest/tests/src/Functional/EntityResource/Term/TermResourceTestBase.php @@ -45,7 +45,7 @@ protected function setUpAuthorization($method) { $this->grantPermissionsToTestedRole(['create terms in camelids']); break; case 'PATCH': - $this->grantPermissionsToTestedRole(['edit terms in camelids']); + $this->grantPermissionsToTestedRole(['edit terms in camelids', 'create url aliases']); break; case 'DELETE': // Grant the 'create url aliases' permission to test the case when