From be4d9b538fffe9497872864955cb21cc4054ca24 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 7 Feb 2024 11:17:47 -0800 Subject: [PATCH] what if we just use the default? --- certbot-ci/certbot_integration_tests/utils/acme_server.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/certbot-ci/certbot_integration_tests/utils/acme_server.py b/certbot-ci/certbot_integration_tests/utils/acme_server.py index b75c412d5..8f02cfa55 100755 --- a/certbot-ci/certbot_integration_tests/utils/acme_server.py +++ b/certbot-ci/certbot_integration_tests/utils/acme_server.py @@ -184,10 +184,6 @@ class ACMEServer: '--single-branch', '--depth=1', instance_path]) process.wait(MAX_SUBPROCESS_WAIT) - # Allow Boulder to ignore usual limit rate policies, useful for tests. - os.rename(join(instance_path, 'test/rate-limit-policies-b.yml'), - join(instance_path, 'test/rate-limit-policies.yml')) - if self._dns_server: # Change Boulder config to use the provided DNS server for suffix in ["", "-remote-a", "-remote-b"]: