Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Nov 26, 2024
1 parent f0681ff commit a33cfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cmdline/commands/test_computer.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def test_computer_delete_with_nodes(self):
filepath_executable='/remote/abs/path',
).store()

false_user_input = 'y' # most common mistake
false_user_input = '' # most common mistake
user_input = 'yes'

# Abort in case of wrong input
Expand Down

0 comments on commit a33cfb2

Please sign in to comment.