diff --git a/src/tests/test_views/test_basic_views.py b/src/tests/test_views/test_basic_views.py index 094a835..00289b9 100644 --- a/src/tests/test_views/test_basic_views.py +++ b/src/tests/test_views/test_basic_views.py @@ -38,7 +38,7 @@ class BasicViewTest(TestCase): report_comment1 = ReportComment.objects.create(reported_comment=comment1, user_comment="ReportComment1") report_comment1.save() - report_comment1.reported_broken_rules.set({rule1,}) + report_comment1.reported_broken_rules.set({rule1, }) def test_index_logged_in(self): self.client.login(username='testuser0', password='12345') @@ -141,4 +141,16 @@ class BasicViewTest(TestCase): self.assertContains(response, "ReportComment1") self.assertContains(response, '