diff --git a/tests/test_app.py b/tests/test_app.py index 057318c..1af435d 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -272,8 +272,6 @@ def test_forum_page_access_without_login(self): self.assertIn(b'Discussion Forum', response.data) - - def test_logout(self): """Test logout functionality.""" with self.client.session_transaction() as session: