diff --git a/tests/phpunit/ApiCoreThankIntegrationTest.php b/tests/phpunit/ApiCoreThankIntegrationTest.php index 59d612da..f66414ba 100644 --- a/tests/phpunit/ApiCoreThankIntegrationTest.php +++ b/tests/phpunit/ApiCoreThankIntegrationTest.php @@ -98,13 +98,12 @@ class ApiCoreThankIntegrationTest extends ApiTestCase { $this->setGroupPermissions( [ 'logdeleter' => [ 'read' => true, - 'writeapi' => true, 'deletelogentry' => true ] ] ); // Mark our test log entry as deleted. - // To do this we briefly switch to a different test user. + // To do this, we briefly switch to a different test user. $logdeleter = $this->getTestUser( [ 'logdeleter' ] )->getUser(); $this->doApiRequestWithToken( [ 'action' => 'revisiondelete',