summaryrefslogtreecommitdiff
path: root/test/modules/md/test_702_auto.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/md/test_702_auto.py')
-rw-r--r--test/modules/md/test_702_auto.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/modules/md/test_702_auto.py b/test/modules/md/test_702_auto.py
index 57187ad749..8e8f5f155c 100644
--- a/test/modules/md/test_702_auto.py
+++ b/test/modules/md/test_702_auto.py
@@ -1,4 +1,6 @@
import os
+import time
+
import pytest
from pyhttpd.conf import HttpdConf
@@ -131,7 +133,8 @@ class TestAutov2:
assert env.apache_restart() == 0
env.check_md(domains)
assert env.await_completion([domain])
- env.check_md_complete(domain)
+ md = env.check_md_complete(domain)
+ assert md['ca']['url'], f"URL of CA used not set in md: {md}"
#
# check: SSL is running OK
cert_a = env.get_cert(name_a)