Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test to use stable namespace.
  • Loading branch information
ironprogrammer committed Apr 6, 2022
commit 952286e62d44aed3c4a595f1006104137ed25008
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Tests_REST_WpRestBlockPatternCategoriesController extends WP_Test_REST_Con
*
* @var string
*/
const REQUEST_ROUTE = '/__experimental/block-patterns/categories';
const REQUEST_ROUTE = '/wp/v2/block-patterns/categories';

/**
* Set up class test fixtures.
Expand Down