certbot/certbot-ci/certbot_integration_tests/utils
alexzorin 057524aa52
certbot-ci: fix crash in and simplify manual_http_hooks (#9570)
There is a typo (`request` instead of `requests`) in the `auth.py` generated by this function:

d792d39813/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
2023-02-10 11:15:42 -08:00
..
__init__.py [Unix] Create a framework for certbot integration tests: PART 1 (#6578) 2019-03-01 13:18:06 -08:00
acme_server.py certbot-ci: boulder only supports port 80 for http-01 (#9548) 2023-01-27 14:44:17 +11:00
certbot_call.py Update and run isort (#9573) 2023-02-10 10:51:20 -08:00
constants.py certbot-ci: boulder only supports port 80 for http-01 (#9548) 2023-01-27 14:44:17 +11:00
dns_server.py Upgrade pylint (#9470) 2022-11-17 18:21:14 +11:00
misc.py certbot-ci: fix crash in and simplify manual_http_hooks (#9570) 2023-02-10 11:15:42 -08:00
pebble_artifacts.py Upgrade pylint (#9470) 2022-11-17 18:21:14 +11:00
pebble_ocsp_server.py Update and run isort (#9573) 2023-02-10 10:51:20 -08:00
proxy.py Upgrade pylint (#9470) 2022-11-17 18:21:14 +11:00