From 046870723951cf51432f537bbf024da4fa9ff0a1 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 31 Mar 2021 15:43:15 +0200 Subject: [PATCH] Use sso for single-sign-on cert test TRIGGER_JOBS=ci-test-image-build --- test/pytest/test_certs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pytest/test_certs.py b/test/pytest/test_certs.py index f862e7616..c3fde585d 100755 --- a/test/pytest/test_certs.py +++ b/test/pytest/test_certs.py @@ -99,7 +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', + 'single-sign-on': 'sso', 'wordpress': 'www' } -- GitLab