Skip to content

Commit

Permalink
Fix error on approval form submission
Browse files Browse the repository at this point in the history
  • Loading branch information
currycoder committed Nov 29, 2024
1 parent c363c43 commit 5bead11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caseworker/advice/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def get_success_url(self):
return reverse("cases:view_my_advice", kwargs=self.kwargs)

@expect_status(
HTTPStatus.OK,
HTTPStatus.CREATED,
"Error adding approval advice",
"Unexpected error adding approval advice",
)
Expand Down

0 comments on commit 5bead11

Please sign in to comment.