Skip to content

Commit

Permalink
remove outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
jivey committed Jun 26, 2024
1 parent 7799a6e commit 8c5ec8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions snippets/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8c5ec8b

Please sign in to comment.