summaryrefslogtreecommitdiff
path: root/tests/test_scripts/test_proutes.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-08-24 19:24:20 -0500
committerMichael Merickel <michael@merickel.org>2019-08-24 19:24:20 -0500
commit53fc95513a218cad578da7d2d232597bf38f8216 (patch)
tree1536bb14eb44f509bcffd82a8fb34f4fff88984e /tests/test_scripts/test_proutes.py
parent3130eb736d975fc558aac67580915e74f179dd65 (diff)
downloadpyramid-53fc95513a218cad578da7d2d232597bf38f8216.tar.gz
pyramid-53fc95513a218cad578da7d2d232597bf38f8216.tar.bz2
pyramid-53fc95513a218cad578da7d2d232597bf38f8216.zip
fix test
Diffstat (limited to 'tests/test_scripts/test_proutes.py')
-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()