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",
|
"placeholder": "PASSWORD_PLACEHOLDER",
|
||||||
"required": True,
|
"required": True,
|
||||||
"type": "password",
|
"type": "password",
|
||||||
|
"sub_text": "",
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"flow_info": {
|
"flow_info": {
|
||||||
|
|
Reference in New Issue