diff options
| author | Michael Merickel <michael@merickel.org> | 2019-08-24 19:24:20 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2019-08-24 19:24:20 -0500 |
| commit | 53fc95513a218cad578da7d2d232597bf38f8216 (patch) | |
| tree | 1536bb14eb44f509bcffd82a8fb34f4fff88984e /tests/test_scripts/test_proutes.py | |
| parent | 3130eb736d975fc558aac67580915e74f179dd65 (diff) | |
| download | pyramid-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.py | 2 |
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() |
