From 8237bc7fc13d87d29245abbacc5543311428e918 Mon Sep 17 00:00:00 2001
From: jrfnl <jrfnl@users.noreply.github.com>
Date: Wed, 29 Mar 2023 00:47:07 +0200
Subject: [PATCH] CS: use correct case for class name

---
 tests/phpunit/tests/http/http.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/phpunit/tests/http/http.php b/tests/phpunit/tests/http/http.php
index c82337abb7..446b9c5450 100644
--- a/tests/phpunit/tests/http/http.php
+++ b/tests/phpunit/tests/http/http.php
@@ -644,7 +644,7 @@ class Tests_HTTP_HTTP extends WP_UnitTestCase {
 			'method'       => 'GET',
 		);
 
-		$redirect_response = WP_HTTP::handle_redirects(
+		$redirect_response = WP_Http::handle_redirects(
 			'http://example.com/?multiple-location-headers=1',
 			$args,
 			array(
-- 
2.41.0.windows.1

