Tests: Update expectations in `wp_remote_head()` and `wp_remote_get()` tests.
It appears that something has changed on the WP.com side to compress the requested images on the fly, which interfered with the previous expectations in these tests. This commit uses a direct file URL and updates the expected image size to match the currently returned response. Follow-up to [139/tests], [31258], [47142]. Props dextorlobo, swissspidy, davidbaumwald, SergeyBiryukov. See #60865. Built from https://develop.svn.wordpress.org/trunk@57903 git-svn-id: http://core.svn.wordpress.org/trunk@57404 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e68090cdcf
commit
6257387ee7
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-57902';
|
||||
$wp_version = '6.6-alpha-57903';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue