Skip to content

Commit

Permalink
removed comment not applicable anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Crissal1995 committed Jan 20, 2025
1 parent 901add0 commit fba31a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ def _feed_cli_with_input(


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

0 comments on commit fba31a1

Please # to comment.