Commit fd348ba6 authored by Łukasz Nowak's avatar Łukasz Nowak

caddy-frontend: Add missing kedifa updater in tests

The missing run was hidden by slow Caddy warmup procedure.
parent fbd04281
Pipeline #16076 passed with stage
......@@ -723,6 +723,7 @@ class HttpFrontendTestCase(SlapOSInstanceTestCase):
data=cls.key_pem + cls.certificate_pem,
verify=cls.ca_certificate_file)
assert upload.status_code == httplib.CREATED
cls.runKedifaUpdater()
@classmethod
def runKedifaUpdater(cls):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment