Remove use of whitelist in comment

Bug: T277963
Change-Id: I0355bd4fe912b161d0769eb47d03db5400ce5601
This commit is contained in:
Reedy 2021-03-21 05:08:01 +00:00
parent dcf42d95c5
commit ce439d6ba4

View file

@ -97,7 +97,6 @@ class ApiCoreThankIntegrationTest extends ApiTestCase {
} }
public function testLogRequestWithDisallowedLogType() { public function testLogRequestWithDisallowedLogType() {
// Empty the log-type whitelist.
$this->setMwGlobals( [ 'wgThanksAllowedLogTypes' => [] ] ); $this->setMwGlobals( [ 'wgThanksAllowedLogTypes' => [] ] );
$this->expectException( ApiUsageException::class ); $this->expectException( ApiUsageException::class );
$this->expectExceptionMessage( $this->expectExceptionMessage(