Skip to content

Commit 3412b87

Browse files
committed
REST: Fix AbuseFilter extension name check in e2e test
The tests were always skipped until now... Bug: T374959 Change-Id: I83eccf07ad2e9ed66651748f7e6c848c705074d8
1 parent 35d4d9a commit 3412b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo/rest-api/tests/mocha/api-testing/AbuseFilterTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe( 'Abuse Filter', () => {
6161
let testPropertyId;
6262

6363
before( async function () {
64-
await requireExtensions( [ 'AbuseFilter' ] ).call( this );
64+
await requireExtensions( [ 'Abuse Filter' ] ).call( this );
6565

6666
filterId = await createAbuseFilter( filterDescription, `"${filterTriggerWord}" in new_wikitext` );
6767
testItemId = ( await newCreateItemRequestBuilder( {} ).makeRequest() ).body.id;

0 commit comments

Comments
 (0)