]> git.ipfire.org Git - thirdparty/samba.git/commit
tests:gpo: drop unused mock requests module
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 27 May 2026 22:37:34 +0000 (10:37 +1200)
committerStefan Metzmacher <metze@samba.org>
Thu, 28 May 2026 17:39:48 +0000 (17:39 +0000)
commitd30fe2b1e3bab85876b1ed588b810eebbb7c413e
tree9e9dbdf0bf8934099518c594f7fabc31299dd1c6
parentfb188140357a5d8796c47c5fd88c8a25117bda8e
tests:gpo: drop unused mock requests module

Since 4c2db6489be1364a8ce2841f7eedcd976fa1463b (for CVE-2026-3012)
gp_cert_auto_enroll_ext does not use the requests module, so for the
test we no longer need to intercept it using monkey patching.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
python/samba/tests/gpo.py