Fix test questions

This commit is contained in:
Kay0u 2021-09-16 11:22:53 +02:00
parent ab3184cced
commit 63d3ccd827
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -552,7 +552,7 @@ def test_question_password_input_test_ask():
prompt.assert_called_with(
message=ask_text,
is_password=True,
confirm=True,
confirm=False,
prefill="",
is_multiline=False,
)