Skip to content

Commit

Permalink
Simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Aug 27, 2024
1 parent 1721d7c commit cf2386e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,16 +433,6 @@ def test_tree_admin_burger_menu_present(self):
self.assertContains(response, '/static/djangocms_moderation/js/burger.js')

def test_workflow_admin_renders_correctly(self):
WorkflowStep.objects.create(
workflow=self.wf,
role=self.role1,
order=0,
)
WorkflowStep.objects.create(
workflow=self.wf,
role=self.role3,
order=1,
)
url = admin_reverse("djangocms_moderation_workflow_change", args=(self.wf.pk,))

with self.login_user_context(self.get_superuser()):
Expand Down

0 comments on commit cf2386e

Please sign in to comment.