Skip to content

Commit fba31a1

Browse files
committed
removed comment not applicable anymore
1 parent 901add0 commit fba31a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ def _feed_cli_with_input(
9696

9797

9898
def test_visible_password():
99-
# Both the `result` and the `cli.current_buffer` displays the password in plain-text,
100-
# but that's not what the user sees on screen.
10199
password = "secret-value\r"
102100
output = _feed_cli_with_password(password, hide_password=False)
103101
actual_output = output.stdout.read().strip()

0 commit comments

Comments
 (0)