From d8e53a2c8318d97952e6b13a19d2f5c44cbbb55a Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 2 Nov 2012 17:20:25 -0400 Subject: [PATCH] Fix another broken test. --- pecan/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pecan/core.py b/pecan/core.py index 9e3cbd0..1ff1663 100644 --- a/pecan/core.py +++ b/pecan/core.py @@ -235,7 +235,7 @@ class Pecan(object): "You have POSTed to a URL '%s' which " "requires a slash. Most browsers will not maintain " "POST data when redirected. Please update your code " - "to POST to '%s/' or set force_canonical to False" + "to POST to '%s/' or set force_canonical to False" % (request.pecan['routing_path'], request.pecan['routing_path']) )