Commit fa717491 by Sheng

Updated test_server_error

parent 6cfd981e
......@@ -474,7 +474,7 @@ class TestAppInDebug(OtherTestBase):
def test_server_error(self):
response = self.fetch('/?error=generate', method='GET')
self.my_assertIn(b'Internal Server Error', response.body)
self.my_assertIn(b'"status": "Internal Server Error"', response.body)
def test_html(self):
response = self.fetch('/', method='GET')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment