From d360aedac53a06a3f1058867adcd79938b7c0c14 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Fri, 30 Jul 2021 02:02:54 +0200 Subject: [PATCH] Fix wekan cert test --- test/pytest/test_certs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/pytest/test_certs.py b/test/pytest/test_certs.py index 5343122ec..2240e3f23 100755 --- a/test/pytest/test_certs.py +++ b/test/pytest/test_certs.py @@ -100,6 +100,7 @@ def test_cert_validation(host, resource): # pylint: disable=too-many-statements 'prometheus': 'prometheus', 'rocketchat': 'chat', 'single-sign-on': 'sso', + 'wekan': 'wekan', 'wordpress': 'www' } -- GitLab