File diff 5193ae7fc0e1 → 2d83b9633ce7
conntrackt/tests/test_views.py
Show inline comments
 
@@ -1755,7 +1755,6 @@ class APISearchViewTest(PermissionTestMi
 
        view = APISearchView.as_view()
 

	
 
        # Get the response.
 
        response = generate_get_response(view, search_term="test")
 

	
 
        self.assertEqual(response['Content-Type'], "application/json")