From 53fc95513a218cad578da7d2d232597bf38f8216 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 24 Aug 2019 19:24:20 -0500 Subject: fix test --- tests/test_scripts/test_proutes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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() -- cgit v1.2.3