Tests: Update WP_REST_Global_Styles_Controller_Test "Custom Styles" string after [52280].

Follow-up to [52280].

See #54518.


git-svn-id: https://develop.svn.wordpress.org/trunk@52282 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2021-11-30 15:53:48 +00:00
parent f3cf1a92fe
commit 6e23261bbf

View File

@ -53,7 +53,7 @@ class WP_REST_Global_Styles_Controller_Test extends WP_Test_REST_Controller_Test
array(
'post_content' => '{"version": ' . WP_Theme_JSON::LATEST_SCHEMA . ', "isGlobalStylesUserThemeJSON": true }',
'post_status' => 'publish',
'post_title' => __( 'Custom Styles', 'default' ),
'post_title' => 'Custom Styles',
'post_type' => 'wp_global_styles',
'post_name' => 'wp-global-styles-tt1-blocks',
'tax_input' => array(