Updated test_server_error

pull/26/head
Sheng 2018-08-29 09:40:07 +08:00
parent 6cfd981e80
commit fa717491cd
1 changed files with 1 additions and 1 deletions

View File

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