[3.13] gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374) (#120948)

gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374)
(cherry picked from commit b0e1c51882)

Co-authored-by: Itamar Oren <itamarost@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-06-24 15:44:06 +02:00 committed by GitHub
parent 732c00550f
commit 502a99a7e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,6 +140,7 @@ class AuditTest(unittest.TestCase):
)
@support.requires_resource('network')
def test_http(self):
import_helper.import_module("http.client")
returncode, events, stderr = self.run_python("test_http_client")