triger travis

This commit is contained in:
PandaFeeder 2017-05-13 18:22:15 +08:00
parent 3060dd2237
commit 5ecdbf1e46

View File

@ -181,3 +181,4 @@ def test_exception():
return text("BAD")
except MiddlewareTypeError as ex:
assert str(ex) == "Middleware mounted on a handler should be a function or a sequence of functions"