summaryrefslogtreecommitdiff
path: root/tests/config
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-05-22 14:20:26 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-05-22 15:10:13 +0200
commit055c1920140ebf36501d30307d5ab86965ae185f (patch)
tree60fc1453b5917e3bbeee18869e87946e1a3ad8df /tests/config
parent68107f722b4f70fb64ad2c3126fc5bf1ee0869e4 (diff)
downloadpylint-git-055c1920140ebf36501d30307d5ab86965ae185f.tar.gz
Add ``ParamSpec`` to decorator
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'.
"""