summaryrefslogtreecommitdiff
path: root/tests/config
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config')
-rw-r--r--tests/config/pylint_config/test_pylint_config_utils.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/config/pylint_config/test_pylint_config_utils.py b/tests/config/pylint_config/test_pylint_config_utils.py
index 210bcf93b..d41afec1d 100644
--- a/tests/config/pylint_config/test_pylint_config_utils.py
+++ b/tests/config/pylint_config/test_pylint_config_utils.py
@@ -24,11 +24,11 @@ def test_retrying_user_input_validation(
captured = capsys.readouterr()
assert (
captured.out
- == """Format should be one of i, ini, t, toml.
+ == """Answer should be one of i, ini, t, toml.
Type 'exit()' if you want to exit the program.
-Format should be one of i, ini, t, toml.
+Answer should be one of i, ini, t, toml.
Type 'exit()' if you want to exit the program.
-Format should be one of i, ini, t, toml.
+Answer should be one of i, ini, t, toml.
Type 'exit()' if you want to exit the program.
Stopping 'pylint-config'.
"""