Fix issue #5372: test_comment_notification fails with werkzeug 0.11 or newer
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 10 Dec 2015 17:29:20 +0000 (11:29 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 10 Dec 2015 17:29:20 +0000 (11:29 -0600)
commit600a170ecf208f3ae67cc16369d50c1d6e0a7dce
tree5844392fcc4cc0a3c0c1171a2dfbe6c60dfdaaf6
parente2b44bd7a7478792be47c98086f5c91d0da283e2
Fix issue #5372: test_comment_notification fails with werkzeug 0.11 or newer

Formerly like:
   chris commented on your post (​http://localhost:80/u/otherperson/m/some-title/c/1/#comment) at GNU MediaGoblin

With werkzeug 0.11.0 or higher:
    chris commented on your post (​http://localhost/u/otherperson/m/some-title/c/1/#comment) at GNU MediaGoblin

Easy enough just to be flexible.
mediagoblin/tests/test_notifications.py