Skip to content

Commit cf8a0e7

Browse files
committed
Fix issues reported on CI
1 parent c408fd9 commit cf8a0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/rest-api/rest-schema-setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public function test_expected_routes_in_schema() {
197197
'/wp/v2/font-families/(?P<id>[\d]+)',
198198
'/wp/v2/abilities/(?P<name>[a-zA-Z0-9\-\/]+?)/run',
199199
'/wp/v2/abilities/(?P<name>[a-zA-Z0-9\-\/]+)',
200-
'/wp/v2/abilities'
200+
'/wp/v2/abilities',
201201
);
202202

203203
$this->assertSameSets( $expected_routes, $routes );

0 commit comments

Comments
 (0)