Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Jun 6, 2024
1 parent 18bd2f7 commit 0b96ed8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uniticket/tests/test_03_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@ def test_category_task(self):

params = {'subject': subject,
'description': description,
'priority': 0}
'priority': 0,
'ordering': 10}

response = self.client.post(reverse('uni_ticket:manager_category_task_new',
kwargs={'structure_slug': self.structure_1.slug,
Expand Down

0 comments on commit 0b96ed8

Please sign in to comment.