Merge pull request #145 from ryanpetrello/next

Fix another broken test.
This commit is contained in:
Ryan Petrello
2012-11-02 14:21:09 -07:00

View File

@@ -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'])
)