mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix test questions
This commit is contained in:
parent
ab3184cced
commit
63d3ccd827
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ def test_question_password_input_test_ask():
|
||||||
prompt.assert_called_with(
|
prompt.assert_called_with(
|
||||||
message=ask_text,
|
message=ask_text,
|
||||||
is_password=True,
|
is_password=True,
|
||||||
confirm=True,
|
confirm=False,
|
||||||
prefill="",
|
prefill="",
|
||||||
is_multiline=False,
|
is_multiline=False,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue