gh-120373: Mark test_audit.test_http as requiring the network resource (#120374)

This commit is contained in:
Itamar Oren 2024-06-24 06:18:46 -07:00 committed by GitHub
parent ac61d58db0
commit b0e1c51882
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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")