Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
damm89 committed Nov 22, 2024
1 parent 52412d6 commit 33f9df1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,6 @@ def test_reconfigure_review_request_serializer_user_already_reviewed(self, m):
serializer.is_valid(raise_exception=True)

self.assertEqual(
exc.exception.detail["generiekeFout"][0],
exc.exception.detail["nonFieldErrors"][0],
"Gebruiker of groep heeft al geantwoord.",
)

0 comments on commit 33f9df1

Please sign in to comment.