summaryrefslogtreecommitdiff
path: root/tests/test_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_scripts')
-rw-r--r--tests/test_scripts/test_proutes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_scripts/test_proutes.py b/tests/test_scripts/test_proutes.py
index 5e3f359f6..b5a083272 100644
--- a/tests/test_scripts/test_proutes.py
+++ b/tests/test_scripts/test_proutes.py
@@ -687,7 +687,7 @@ class TestPRoutesCommand(unittest.TestCase):
command.out = L.append
command.bootstrap = dummy.DummyBootstrap(registry=config.registry)
expected = (
- "You provided invalid formats ['predicates'], "
+ "You provided invalid formats ['predicates']. "
"Available formats are ['name', 'pattern', 'view', 'method']"
)
result = command.run()