From 8c5ec8b85864b2486f532ab144b135f562503055 Mon Sep 17 00:00:00 2001 From: Josiah Ivey Date: Wed, 26 Jun 2024 12:04:50 -0700 Subject: [PATCH] remove outdated test --- snippets/tests.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/snippets/tests.py b/snippets/tests.py index 05850a685..752e7c49a 100644 --- a/snippets/tests.py +++ b/snippets/tests.py @@ -156,7 +156,3 @@ def test_can_create_promote_snippet(self): promote_snippet.save() self.assertEqual(promote_snippet.name, "Assignable") - - def test_can_fetch_content_warning(self): - response = self.client.get('/apps/cms/api/snippets/contentwarning/?format=json') - self.assertIn(b"Content Warning", response.content)