From decf24a0478f0e8d97628c13a9a2fa53e9d409f6 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 31 Mar 2021 15:29:34 +0200 Subject: [PATCH] Fix sso 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 460692589..f862e7616 100755 --- a/test/pytest/test_certs.py +++ b/test/pytest/test_certs.py @@ -99,6 +99,7 @@ def test_cert_validation(host, app): # pylint: disable=too-many-statements # prometheus is only exposed if opted-in in the settings 'prometheus': 'prometheus', 'rocketchat': 'chat', + 'single-sign-on': 'admin', 'wordpress': 'www' } -- GitLab