summaryrefslogtreecommitdiff
path: root/tests/test_basic.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_basic.py')
-rw-r--r--tests/test_basic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_basic.py b/tests/test_basic.py
index d68b962..1a1adc3 100644
--- a/tests/test_basic.py
+++ b/tests/test_basic.py
@@ -108,7 +108,7 @@ def test_group_from_list(runner):
[
([], "S:[no value]"),
(["--s=42"], "S:[42]"),
- (["--s"], "Error: Option '--s' requires an argument."),
+ (["--s"], "Error: Option '--s' requires a value."),
(["--s="], "S:[]"),
(["--s=\N{SNOWMAN}"], "S:[\N{SNOWMAN}]"),
],