From f32d35b07c6d92f4b946ba4a40fbff356ba48fc9 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 7 Oct 2021 19:27:24 +0200 Subject: [PATCH] policies/password: add extra sub_text field in tests Signed-off-by: Jens Langhammer --- authentik/policies/password/tests/test_flows.py | 1 + 1 file changed, 1 insertion(+) diff --git a/authentik/policies/password/tests/test_flows.py b/authentik/policies/password/tests/test_flows.py index e84b06c0a..ca2322f05 100644 --- a/authentik/policies/password/tests/test_flows.py +++ b/authentik/policies/password/tests/test_flows.py @@ -65,6 +65,7 @@ class TestPasswordPolicyFlow(APITestCase): "placeholder": "PASSWORD_PLACEHOLDER", "required": True, "type": "password", + "sub_text": "", } ], "flow_info": {