Skip to content

Commit

Permalink
✅ [#498] Test ordering parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Nov 21, 2024
1 parent b015d5c commit b7b791a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,11 @@ def test_retrieve_items_with_review_responses(self):
)

self.client.force_authenticate(user=record_manager)
endpoint = reverse("api:destruction-list-items-list")
endpoint = furl(reverse("api:destruction-list-items-list"))
endpoint.args["item-order_review_ignored"] = True

response = self.client.get(
endpoint,
endpoint.url,
)

self.assertEqual(response.status_code, status.HTTP_200_OK)
Expand Down

0 comments on commit b7b791a

Please sign in to comment.