aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patchwork/tests/test_list.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/patchwork/tests/test_list.py b/patchwork/tests/test_list.py
index 0cc33fc..1139a34 100644
--- a/patchwork/tests/test_list.py
+++ b/patchwork/tests/test_list.py
@@ -40,7 +40,6 @@ class EmptyPatchListTest(TestCase):
url = reverse('patch-list', kwargs={'project_id': project.linkname})
response = self.client.get(url)
self.assertContains(response, 'No patches to display')
- self.assertNotContains(response, 'tbody')
class PatchOrderTest(TestCase):