We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d7bf0 commit c708a26Copy full SHA for c708a26
{{cookiecutter.app_slug}}/project/tests/test_main.py
@@ -19,7 +19,7 @@ def test_about(self):
19
# Ensure about route behaves correctly.
20
response = self.client.get('/about', follow_redirects=True)
21
self.assertEqual(response.status_code, 200)
22
- self.assertIn(b'Aboot', response.data)
+ self.assertIn(b'About', response.data)
23
24
def test_404(self):
25
# Ensure 404 error is handled.
0 commit comments