Update tests/test_utils_ask_yes_no.py
Run CI Tests / test (push) Successful in 2m38s

This commit is contained in:
2025-08-05 13:03:25 +02:00
parent 6b58486722
commit df31d924d8
+1 -1
View File
@@ -5,7 +5,7 @@ sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')
from slic.utils.ask_yes_no import *
from unittest.mock import patch
@pytest.mark.parametrize(
"default, user_input, expected_output, expected_prompt",
[