summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index a4d01880..59c76c73 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -470,7 +470,7 @@ class CmdLineTest(BaseCmdLineTest):
# config file.
self.command_line("run --concurrency=multiprocessing --branch foo.py", ret=ERR)
self.assertIn(
- "Options affecting multiprocessing must be specified in a configuration file.",
+ "Options affecting multiprocessing must only be specified in a configuration file.",
self.stderr()
)