diff options
Diffstat (limited to 'docs/tutorials/wiki2/src')
| -rw-r--r-- | docs/tutorials/wiki2/src/tests/tutorial/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/tests/tutorial/tests.py b/docs/tutorials/wiki2/src/tests/tutorial/tests.py index bb75efeb5..98a4969e9 100644 --- a/docs/tutorials/wiki2/src/tests/tutorial/tests.py +++ b/docs/tutorials/wiki2/src/tests/tutorial/tests.py @@ -212,7 +212,6 @@ class FunctionalTests(unittest.TestCase): def test_unexisting_page(self): res = self.testapp.get('/SomePage', status=404) - self.assertTrue('No such page' in res.body, res.body) def test_successful_log_in(self): res = self.testapp.get(self.viewer_login, status=302) |
