Skip to content

Commit d5914bd

Browse files
Tests: Correct duplicate data set key in WP_REST_URL_Details_Controller tests.
Follow-up to [51973]. Props Soean, mukesh27. See #64894. git-svn-id: https://develop.svn.wordpress.org/trunk@62665 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0f55f41 commit d5914bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/rest-api/wpRestUrlDetailsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ public function data_get_image() {
10201020
),
10211021

10221022
// Happy paths with HTML tags in the content.
1023-
'with other og meta' => array(
1023+
'with other og meta and HTML content' => array(
10241024
'<meta property="og:image:height" content="720" />
10251025
<meta property="og:image:alt" content="<em>ignore this please</em>" />
10261026
<meta property="og:image" content="https://wordpress.org/images/myimage.jpg" />

0 commit comments

Comments
 (0)