From a33cfb244c44f9109d32edf092c49f3949c039f9 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Mon, 25 Nov 2024 17:25:42 +0100 Subject: [PATCH] fix test --- tests/cmdline/commands/test_computer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cmdline/commands/test_computer.py b/tests/cmdline/commands/test_computer.py index 422a155214..d35d954d79 100644 --- a/tests/cmdline/commands/test_computer.py +++ b/tests/cmdline/commands/test_computer.py @@ -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