mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
HTTP API: Fix a unit test failure found after [55210].
Follow-up to [55210]. See #54225. git-svn-id: https://develop.svn.wordpress.org/trunk@55211 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -271,8 +271,8 @@ class Tests_Functions_DoEnclose extends WP_UnitTestCase {
|
||||
),
|
||||
'ogg' => array(
|
||||
'headers' => array(
|
||||
'content-length' => 321,
|
||||
'content-type' => 'audio/ogg',
|
||||
'Content-Length' => 321,
|
||||
'Content-Type' => 'audio/ogg',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user