policies/password: add extra sub_text field in tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
9e936e4436
commit
f32d35b07c
|
@ -65,6 +65,7 @@ class TestPasswordPolicyFlow(APITestCase):
|
|||
"placeholder": "PASSWORD_PLACEHOLDER",
|
||||
"required": True,
|
||||
"type": "password",
|
||||
"sub_text": "",
|
||||
}
|
||||
],
|
||||
"flow_info": {
|
||||
|
|
Reference in New Issue