policies/password: add extra sub_text field in tests

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-10-07 19:27:24 +02:00
parent 9e936e4436
commit f32d35b07c
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class TestPasswordPolicyFlow(APITestCase):
"placeholder": "PASSWORD_PLACEHOLDER",
"required": True,
"type": "password",
"sub_text": "",
}
],
"flow_info": {