diff options
Diffstat (limited to 'tests/panels/test_profiling.py')
| -rw-r--r-- | tests/panels/test_profiling.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/panels/test_profiling.py b/tests/panels/test_profiling.py index ccc8f2f..7e61c62 100644 --- a/tests/panels/test_profiling.py +++ b/tests/panels/test_profiling.py @@ -28,7 +28,7 @@ class ProfilingPanelTestCase(BaseTestCase):          self.panel.process_view(self.request, regular_view, ('profiling',), {})          self.panel.process_response(self.request, self.response)          self.assertIn('func_list', self.panel.get_stats()) -        self.assertIn('regular_view', self.panel.content()) +        self.assertIn('regular_view', self.panel.content)      # These two tests fail randomly for a reason I don't understand. | 
