mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
add test to prevent regressions
This commit is contained in:
@@ -201,7 +201,8 @@ class ClientTest(unittest.TestCase):
|
||||
|
||||
authzr = []
|
||||
|
||||
for domain in domains:
|
||||
# domain ordering should not be affected by authorization order
|
||||
for domain in reversed(domains):
|
||||
authzr.append(
|
||||
mock.MagicMock(
|
||||
body=mock.MagicMock(
|
||||
|
||||
Reference in New Issue
Block a user