mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:56 +02:00
There is a typo (`request` instead of `requests`) in the `auth.py` generated by this function: https://github.com/certbot/certbot/blob/d792d398134f4f8b67debaf82e6e75635409c627/certbot-ci/certbot_integration_tests/utils/misc.py#L184-L191 that has [never ever succeeded](https://gist.github.com/alexzorin/ff2686b7123cea49f1e4107d1e7d95f5#file-master-log-L203-L208). Moreover, this polling code is not necessary because `create_http_server` already polls until the HTTP server to come up, and the file we wrote to disk is guaranteed is immediately visible by the web server anyway. * certbot-ci: fix crash in and simplify manual_http_hooks * remove superfluous format argument * remove unused argument