From 88aeeb024e56c73b255023e54984c61378462ed4 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 7 Jun 2019 22:20:02 +0200 Subject: [PATCH 02/10] test_schemas: adapt to newly exposed field of Authentic (#29240) --- tests_schemas/example_env.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests_schemas/example_env.json b/tests_schemas/example_env.json index d3dab1a..ac97274 100644 --- a/tests_schemas/example_env.json +++ b/tests_schemas/example_env.json @@ -156,7 +156,8 @@ "slug": "idp", "template_name": "signal-publik", "title": "Connexion", - "variables": {} + "variables": {}, + "use_as_idp_for_self": true }, { "backoffice-menu-url": "https://demarches-instance-name.dev.signalpublik.com/backoffice/menu.json", -- 2.20.1