Skip to content

Commit

Permalink
fixup! remove unusefull property on Forum model, related to ForumRating
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Oct 9, 2024
1 parent 557d68d commit dfefbaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lacommunaute/forum/tests/tests_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def test_context(self):
self.assertEqual(response.context_data["filters"], Filters.choices)
self.assertEqual(response.context_data["loadmoretopic_url"], loadmoretopic_url)
self.assertEqual(response.context_data["forum"], self.forum)
self.assertIsNone(response.context_data["rating"])
self.assertEqual(response.context_data["active_filter"], Filters.ALL)
self.assertEqual(list(response.context_data["active_tag"]), [])

Expand Down

0 comments on commit dfefbaf

Please sign in to comment.