File diff f76428c6dace → 66b88a6558ff
conntrackt/tests/test_views.py
Show inline comments
 
@@ -179,6 +179,9 @@ class ProjectViewTest(PermissionTestMixi
 
        # Validate context data.
 
        self.assertEqual(str(response.context_data["project"]), "Test Project 1")
 

	
 
        # Validate context data is present.
 
        self.assertIn("communications", response.context_data.keys())
 

	
 

	
 
class EntityViewTest(PermissionTestMixin, TestCase):