Skip to content

Commit

Permalink
Merge "REST: Fix AbuseFilter extension name check in e2e test"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Sep 23, 2024
2 parents 5957a07 + 3412b87 commit 3f82b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/rest-api/tests/mocha/api-testing/AbuseFilterTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe( 'Abuse Filter', () => {
let testPropertyId;

before( async function () {
await requireExtensions( [ 'AbuseFilter' ] ).call( this );
await requireExtensions( [ 'Abuse Filter' ] ).call( this );

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

0 comments on commit 3f82b36

Please sign in to comment.